Html Css Color HEX #7A88BC Wild Blue Yonder

📋 copy color: '#7A88BC'

red 122 ◦ green 136 ◦ blue 188

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

Shades of Wild Blue Yonder #7A88BC

Tints of Wild Blue Yonder #7A88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 27.35%
G = 30.49%
B = 42.15%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A88BC (or 0x7A88BC) is known color: Wild Blue Yonder. HEX triplet: 7A, 88 and BC. RGB value is (122,136,188). Sum of RGB (Red+Green+Blue) = 122+136+188=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A88BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88BC is #857743. Grayscale: #898989. Windows color (decimal): -8746820 or 12355706. OLE color: 12355706.

HSL color Cylindrical-coordinate representation of color #7A88BC: hue angle of 227.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A88BC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 136 188 -
CMYK 0.35 0.28 0 0.26
HSL 227.27º 0.33% 0.61% -
HSV(B) 227.27º 0.35% 0.74% -
XYZ 25.91 25.38 51.11 -
YUV 137.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 122 136 188 0.35 0.28 0 0.26 227.27 0.33 0.61
Hex 7A 88 BC 23 1C 0 1A E3 21 3D
Octal 172 210 274 43 34 0 32 343 41 75
Binary 1111010 10001000 10111100 100011 11100 0 11010 11100011 100001 111101

Color Harmonies of #7A88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88BC

Black with #7A88BC

Text Example


Text Example

White with #7A88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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