#7B88CD

Color #7B88CD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7B88CD

Tints of Wild Blue Yonder #7B88CD

Color information

#7B88CD (or 0x7B88CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 88 and CD. RGB value is (123,136,205). Sum of RGB (Red+Green+Blue) = 123+136+205=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B88CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B88CD is #847732. Grayscale: #8B8B8B. Windows color (decimal): -8681267 or 13469819. OLE color: 13469819.

HSL color Cylindrical-coordinate representation of color #7B88CD: hue angle of 230.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B88CD is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB123136205-
CMYK0.40.3400.20
HSL230.49º45.05%64.31%-
HSV(B)230.49º40%80.39%-
XYZ27.9926.2361.34-
YUV139.98164.69115.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 26.51%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=26.51%
G=29.31%
B=44.18%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1231362050.40.3400.20230.4945.0564.31
Hex7B88CD2822014e62d40
Octal173210315504202434655100
Binary11110111000100011001101101000100010010100111001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B88CD; }

 p { color: rgb(123,136,205); }

 H1.HeaderClassName
 {
   color: #7B88CD;
 }
 .AnyTagClassName
 {
   color: #7B88CD;
 }
</style>
background-color css

<style>
 a { background-color: #7B88CD; }

 a { background-color: rgb(123,136,205); }

 div.DivClassName
 {
   background-color: #7B88CD;
 }
 .BgClassName
 {
   background-color: #7B88CD;
 }
</style>
border-color css

<style>
 span { border-color: #7B88CD; }

 span { border-color: rgb(123,136,205); }

 td.TdClassName
 {
   border-color: #7B88CD;
 }
 .TagClassName
 {
   border-color: #7B88CD;
 }
</style>