Html Css Color HEX #7885CB Wild Blue Yonder

📋 copy color: '#7885CB'

red 120 ◦ green 133 ◦ blue 203

#7885CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7885CB

Tints of Wild Blue Yonder #7885CB

RGB

 RED value IS 120 (47.27% from 255) = 26.32%

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 26.32%
G = 29.17%
B = 44.52%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7885CB (or 0x7885CB) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and CB. RGB value is (120,133,203). Sum of RGB (Red+Green+Blue) = 120+133+203=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #7885CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885CB is #877A34. Grayscale: #888888. Windows color (decimal): -8878645 or 13337976. OLE color: 13337976.

HSL color Cylindrical-coordinate representation of color #7885CB: hue angle of 230.6º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7885CB is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 133 203 -
CMYK 0.41 0.34 0 0.20
HSL 230.6º 0.44% 0.63% -
HSV(B) 230.6º 0.41% 0.8% -
XYZ 26.91 25.08 59.92 -
YUV 137.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 120 133 203 0.41 0.34 0 0.20 230.6 0.44 0.63
Hex 78 85 CB 29 22 0 14 E7 2C 3F
Octal 170 205 313 51 42 0 24 347 54 77
Binary 1111000 10000101 11001011 101001 100010 0 10100 11100111 101100 111111

Color Harmonies of #7885CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7885CB

Black with #7885CB

Text Example


Text Example

White with #7885CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7885CB; }

 p { color: rgb(120,133,203); }

 H1.HeaderClassName
 {
   color: #7885CB;
 }
 .AnyTagClassName
 {
   color: #7885CB;
 }
</style>

background-color css

<style>
 a { background-color: #7885CB; }

 a { background-color: rgb(120,133,203); }

 div.DivClassName
 {
   background-color: #7885CB;
 }
 .BgClassName
 {
   background-color: #7885CB;
 }
</style>

border-color css

<style>
 span { border-color: #7885CB; }

 span { border-color: rgb(120,133,203); }

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