Html Css Color HEX #7F9EBA Bali Hai

📋 copy color: '#7F9EBA'

red 127 ◦ green 158 ◦ blue 186

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

Shades of Bali Hai #7F9EBA

Tints of Bali Hai #7F9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.55%

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

R = 26.96%
G = 33.55%
B = 39.49%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F9EBA (or 0x7F9EBA) is known color: Bali Hai. HEX triplet: 7F, 9E and BA. RGB value is (127,158,186). Sum of RGB (Red+Green+Blue) = 127+158+186=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9EBA is #806145. Grayscale: #979797. Windows color (decimal): -8413510 or 12230271. OLE color: 12230271.

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

Color convert

RGB 127 158 186 -
CMYK 0.32 0.15 0 0.27
HSL 208.47º 0.3% 0.61% -
HSV(B) 208.47º 0.32% 0.73% -
XYZ 29.84 32.51 51.16 -
YUV 151.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 127 158 186 0.32 0.15 0 0.27 208.47 0.3 0.61
Hex 7F 9E BA 20 F 0 1B D0 1E 3D
Octal 177 236 272 40 17 0 33 320 36 75
Binary 1111111 10011110 10111010 100000 1111 0 11011 11010000 11110 111101

Color Harmonies of #7F9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EBA

Black with #7F9EBA

Text Example


Text Example

White with #7F9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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