Html Css Color HEX #7D9FBB Bali Hai

📋 copy color: '#7D9FBB'

red 125 ◦ green 159 ◦ blue 187

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

Shades of Bali Hai #7D9FBB

Tints of Bali Hai #7D9FBB

RGB

 RED value IS 125 (49.22% from 255) = 26.54%

 GREEN value IS 159 (62.5% from 255) = 33.76%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 26.54%
G = 33.76%
B = 39.7%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D9FBB (or 0x7D9FBB) is known color: Bali Hai. HEX triplet: 7D, 9F and BB. RGB value is (125,159,187). Sum of RGB (Red+Green+Blue) = 125+159+187=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D9FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FBB is #826044. Grayscale: #979797. Windows color (decimal): -8544325 or 12296061. OLE color: 12296061.

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

Color convert

RGB 125 159 187 -
CMYK 0.33 0.15 0 0.27
HSL 207.1º 0.31% 0.61% -
HSV(B) 207.1º 0.33% 0.73% -
XYZ 29.83 32.74 51.76 -
YUV 152.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 125 159 187 0.33 0.15 0 0.27 207.1 0.31 0.61
Hex 7D 9F BB 21 F 0 1B CF 1F 3D
Octal 175 237 273 41 17 0 33 317 37 75
Binary 1111101 10011111 10111011 100001 1111 0 11011 11001111 11111 111101

Color Harmonies of #7D9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FBB

Black with #7D9FBB

Text Example


Text Example

White with #7D9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,187); }

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

background-color css

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

 a { background-color: rgb(125,159,187); }

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

border-color css

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

 span { border-color: rgb(125,159,187); }

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