Html Css Color HEX #7888BA Wild Blue Yonder

📋 copy color: '#7888BA'

red 120 ◦ green 136 ◦ blue 186

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

Shades of Wild Blue Yonder #7888BA

Tints of Wild Blue Yonder #7888BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 27.15%
G = 30.77%
B = 42.08%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7888BA (or 0x7888BA) is known color: Wild Blue Yonder. HEX triplet: 78, 88 and BA. RGB value is (120,136,186). Sum of RGB (Red+Green+Blue) = 120+136+186=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #7888BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888BA is #877745. Grayscale: #888888. Windows color (decimal): -8877894 or 12224632. OLE color: 12224632.

HSL color Cylindrical-coordinate representation of color #7888BA: hue angle of 225.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7888BA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 136 186 -
CMYK 0.35 0.27 0 0.27
HSL 225.45º 0.32% 0.6% -
HSV(B) 225.45º 0.35% 0.73% -
XYZ 25.41 25.15 49.97 -
YUV 136.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 120 136 186 0.35 0.27 0 0.27 225.45 0.32 0.6
Hex 78 88 BA 23 1B 0 1B E1 20 3C
Octal 170 210 272 43 33 0 33 341 40 74
Binary 1111000 10001000 10111010 100011 11011 0 11011 11100001 100000 111100

Color Harmonies of #7888BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7888BA

Black with #7888BA

Text Example


Text Example

White with #7888BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7888BA; }

 p { color: rgb(120,136,186); }

 H1.HeaderClassName
 {
   color: #7888BA;
 }
 .AnyTagClassName
 {
   color: #7888BA;
 }
</style>

background-color css

<style>
 a { background-color: #7888BA; }

 a { background-color: rgb(120,136,186); }

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

border-color css

<style>
 span { border-color: #7888BA; }

 span { border-color: rgb(120,136,186); }

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