Html Css Color HEX #7F88BE Wild Blue Yonder

📋 copy color: '#7F88BE'

red 127 ◦ green 136 ◦ blue 190

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

Shades of Wild Blue Yonder #7F88BE

Tints of Wild Blue Yonder #7F88BE

RGB

 RED value IS 127 (50% from 255) = 28.04%

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 28.04%
G = 30.02%
B = 41.94%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F88BE (or 0x7F88BE) is known color: Wild Blue Yonder. HEX triplet: 7F, 88 and BE. RGB value is (127,136,190). Sum of RGB (Red+Green+Blue) = 127+136+190=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F88BE is #807741. Grayscale: #8B8B8B. Windows color (decimal): -8419138 or 12486783. OLE color: 12486783.

HSL color Cylindrical-coordinate representation of color #7F88BE: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F88BE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 136 190 -
CMYK 0.33 0.28 0 0.25
HSL 231.43º 0.33% 0.62% -
HSV(B) 231.43º 0.33% 0.75% -
XYZ 26.85 25.84 52.29 -
YUV 139.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 127 136 190 0.33 0.28 0 0.25 231.43 0.33 0.62
Hex 7F 88 BE 21 1C 0 19 E7 21 3E
Octal 177 210 276 41 34 0 31 347 41 76
Binary 1111111 10001000 10111110 100001 11100 0 11001 11100111 100001 111110

Color Harmonies of #7F88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F88BE

Black with #7F88BE

Text Example


Text Example

White with #7F88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,136,190); }

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

background-color css

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

 a { background-color: rgb(127,136,190); }

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

border-color css

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

 span { border-color: rgb(127,136,190); }

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