Html Css Color HEX #7F97BA Wild Blue Yonder

📋 copy color: '#7F97BA'

red 127 ◦ green 151 ◦ blue 186

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

Shades of Wild Blue Yonder #7F97BA

Tints of Wild Blue Yonder #7F97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 27.37%
G = 32.54%
B = 40.09%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F97BA (or 0x7F97BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 97 and BA. RGB value is (127,151,186). Sum of RGB (Red+Green+Blue) = 127+151+186=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F97BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F97BA is #806845. Grayscale: #939393. Windows color (decimal): -8415302 or 12228479. OLE color: 12228479.

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

Color convert

RGB 127 151 186 -
CMYK 0.32 0.19 0 0.27
HSL 215.59º 0.3% 0.61% -
HSV(B) 215.59º 0.32% 0.73% -
XYZ 28.68 30.19 50.77 -
YUV 147.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 127 151 186 0.32 0.19 0 0.27 215.59 0.3 0.61
Hex 7F 97 BA 20 13 0 1B D8 1E 3D
Octal 177 227 272 40 23 0 33 330 36 75
Binary 1111111 10010111 10111010 100000 10011 0 11011 11011000 11110 111101

Color Harmonies of #7F97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F97BA

Black with #7F97BA

Text Example


Text Example

White with #7F97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,151,186); }

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

background-color css

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

 a { background-color: rgb(127,151,186); }

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

border-color css

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

 span { border-color: rgb(127,151,186); }

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