Html Css Color HEX #7A88CC Wild Blue Yonder

📋 copy color: '#7A88CC'

red 122 ◦ green 136 ◦ blue 204

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

Shades of Wild Blue Yonder #7A88CC

Tints of Wild Blue Yonder #7A88CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 26.41%
G = 29.44%
B = 44.16%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A88CC (or 0x7A88CC) is known color: Wild Blue Yonder. HEX triplet: 7A, 88 and CC. RGB value is (122,136,204). Sum of RGB (Red+Green+Blue) = 122+136+204=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A88CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88CC is #857733. Grayscale: #8B8B8B. Windows color (decimal): -8746804 or 13404282. OLE color: 13404282.

HSL color Cylindrical-coordinate representation of color #7A88CC: hue angle of 229.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A88CC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 136 204 -
CMYK 0.40 0.33 0 0.2
HSL 229.76º 0.45% 0.64% -
HSV(B) 229.76º 0.4% 0.8% -
XYZ 27.73 26.11 60.7 -
YUV 139.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 122 136 204 0.40 0.33 0 0.2 229.76 0.45 0.64
Hex 7A 88 CC 28 21 0 14 E6 2D 40
Octal 172 210 314 50 41 0 24 346 55 100
Binary 1111010 10001000 11001100 101000 100001 0 10100 11100110 101101 1000000

Color Harmonies of #7A88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88CC

Black with #7A88CC

Text Example


Text Example

White with #7A88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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