Html Css Color HEX #7A88BF Wild Blue Yonder

📋 copy color: '#7A88BF'

red 122 ◦ green 136 ◦ blue 191

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

Shades of Wild Blue Yonder #7A88BF

Tints of Wild Blue Yonder #7A88BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 27.17%
G = 30.29%
B = 42.54%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A88BF (or 0x7A88BF) is known color: Wild Blue Yonder. HEX triplet: 7A, 88 and BF. RGB value is (122,136,191). Sum of RGB (Red+Green+Blue) = 122+136+191=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A88BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88BF is #857740. Grayscale: #898989. Windows color (decimal): -8746817 or 12552314. OLE color: 12552314.

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

Color convert

RGB 122 136 191 -
CMYK 0.36 0.29 0 0.25
HSL 227.83º 0.35% 0.61% -
HSV(B) 227.83º 0.36% 0.75% -
XYZ 26.23 25.51 52.83 -
YUV 138.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 122 136 191 0.36 0.29 0 0.25 227.83 0.35 0.61
Hex 7A 88 BF 24 1D 0 19 E4 23 3D
Octal 172 210 277 44 35 0 31 344 43 75
Binary 1111010 10001000 10111111 100100 11101 0 11001 11100100 100011 111101

Color Harmonies of #7A88BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88BF

Black with #7A88BF

Text Example


Text Example

White with #7A88BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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