Html Css Color HEX #7A88BB Wild Blue Yonder

📋 copy color: '#7A88BB'

red 122 ◦ green 136 ◦ blue 187

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

Shades of Wild Blue Yonder #7A88BB

Tints of Wild Blue Yonder #7A88BB

RGB

 RED value IS 122 (48.05% from 255) = 27.42%

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 27.42%
G = 30.56%
B = 42.02%

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

#7A88BB (or 0x7A88BB) is known color: Wild Blue Yonder. HEX triplet: 7A, 88 and BB. RGB value is (122,136,187). Sum of RGB (Red+Green+Blue) = 122+136+187=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A88BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88BB is #857744. Grayscale: #898989. Windows color (decimal): -8746821 or 12290170. OLE color: 12290170.

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

Color convert

RGB 122 136 187 -
CMYK 0.35 0.27 0 0.27
HSL 227.08º 0.32% 0.61% -
HSV(B) 227.08º 0.35% 0.73% -
XYZ 25.8 25.33 50.54 -
YUV 137.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 122 136 187 0.35 0.27 0 0.27 227.08 0.32 0.61
Hex 7A 88 BB 23 1B 0 1B E3 20 3D
Octal 172 210 273 43 33 0 33 343 40 75
Binary 1111010 10001000 10111011 100011 11011 0 11011 11100011 100000 111101

Color Harmonies of #7A88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88BB

Black with #7A88BB

Text Example


Text Example

White with #7A88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,136,187); }

 H1.HeaderClassName
 {
   color: #7A88BB;
 }
 .AnyTagClassName
 {
   color: #7A88BB;
 }
</style>

background-color css

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

 a { background-color: rgb(122,136,187); }

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

border-color css

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

 span { border-color: rgb(122,136,187); }

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