Html Css Color HEX #7F98BA Wild Blue Yonder

📋 copy color: '#7F98BA'

red 127 ◦ green 152 ◦ blue 186

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

Shades of Wild Blue Yonder #7F98BA

Tints of Wild Blue Yonder #7F98BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.69%

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

R = 27.31%
G = 32.69%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F98BA (or 0x7F98BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 98 and BA. RGB value is (127,152,186). Sum of RGB (Red+Green+Blue) = 127+152+186=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F98BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98BA is #806745. Grayscale: #949494. Windows color (decimal): -8415046 or 12228735. OLE color: 12228735.

HSL color Cylindrical-coordinate representation of color #7F98BA: hue angle of 214.58º 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 #7F98BA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 152 186 -
CMYK 0.32 0.18 0 0.27
HSL 214.58º 0.3% 0.61% -
HSV(B) 214.58º 0.32% 0.73% -
XYZ 28.84 30.51 50.82 -
YUV 148.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 127 152 186 0.32 0.18 0 0.27 214.58 0.3 0.61
Hex 7F 98 BA 20 12 0 1B D7 1E 3D
Octal 177 230 272 40 22 0 33 327 36 75
Binary 1111111 10011000 10111010 100000 10010 0 11011 11010111 11110 111101

Color Harmonies of #7F98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F98BA

Black with #7F98BA

Text Example


Text Example

White with #7F98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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