#7D88CB

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

Shades of Wild Blue Yonder #7D88CB

Tints of Wild Blue Yonder #7D88CB

Color information

#7D88CB (or 0x7D88CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 88 and CB. RGB value is (125,136,203). Sum of RGB (Red+Green+Blue) = 125+136+203=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88CB is #827734. Grayscale: #8C8C8C. Windows color (decimal): -8550197 or 13338749. OLE color: 13338749.

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

Color convert

RGB125136203-
CMYK0.380.3300.20
HSL231.54º42.86%64.31%-
HSV(B)231.54º38.42%79.61%-
XYZ28.0426.2860.09-
YUV140.35163.36117.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=26.94%
G=29.31%
B=43.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251362030.380.3300.20231.5442.8664.31
Hex7D88CB2621014e82b40
Octal175210313464102435053100
Binary11111011000100011001011100110100001010100111010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,203); }

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

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

 a { background-color: rgb(125,136,203); }

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

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

 span { border-color: rgb(125,136,203); }

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