Html Css Color HEX #7887C0 Wild Blue Yonder

📋 copy color: '#7887C0'

red 120 ◦ green 135 ◦ blue 192

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

Shades of Wild Blue Yonder #7887C0

Tints of Wild Blue Yonder #7887C0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.2%

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 26.85%
G = 30.2%
B = 42.95%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7887C0 (or 0x7887C0) is known color: Wild Blue Yonder. HEX triplet: 78, 87 and C0. RGB value is (120,135,192). Sum of RGB (Red+Green+Blue) = 120+135+192=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #7887C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887C0 is #87783F. Grayscale: #888888. Windows color (decimal): -8878144 or 12617592. OLE color: 12617592.

HSL color Cylindrical-coordinate representation of color #7887C0: hue angle of 227.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7887C0 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 135 192 -
CMYK 0.38 0.30 0 0.25
HSL 227.5º 0.36% 0.61% -
HSV(B) 227.5º 0.38% 0.75% -
XYZ 25.92 25.13 53.35 -
YUV 137.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 120 135 192 0.38 0.30 0 0.25 227.5 0.36 0.61
Hex 78 87 C0 26 1E 0 19 E4 24 3D
Octal 170 207 300 46 36 0 31 344 44 75
Binary 1111000 10000111 11000000 100110 11110 0 11001 11100100 100100 111101

Color Harmonies of #7887C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7887C0

Black with #7887C0

Text Example


Text Example

White with #7887C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7887C0; }

 p { color: rgb(120,135,192); }

 H1.HeaderClassName
 {
   color: #7887C0;
 }
 .AnyTagClassName
 {
   color: #7887C0;
 }
</style>

background-color css

<style>
 a { background-color: #7887C0; }

 a { background-color: rgb(120,135,192); }

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

border-color css

<style>
 span { border-color: #7887C0; }

 span { border-color: rgb(120,135,192); }

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