Html Css Color HEX #7D9BBA Bali Hai

📋 copy color: '#7D9BBA'

red 125 ◦ green 155 ◦ blue 186

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

Shades of Bali Hai #7D9BBA

Tints of Bali Hai #7D9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 26.82%
G = 33.26%
B = 39.91%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D9BBA (or 0x7D9BBA) is known color: Bali Hai. HEX triplet: 7D, 9B and BA. RGB value is (125,155,186). Sum of RGB (Red+Green+Blue) = 125+155+186=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D9BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BBA is #826445. Grayscale: #959595. Windows color (decimal): -8545350 or 12229501. OLE color: 12229501.

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

Color convert

RGB 125 155 186 -
CMYK 0.33 0.17 0 0.27
HSL 210.49º 0.31% 0.61% -
HSV(B) 210.49º 0.33% 0.73% -
XYZ 29.04 31.35 50.97 -
YUV 149.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 125 155 186 0.33 0.17 0 0.27 210.49 0.31 0.61
Hex 7D 9B BA 21 11 0 1B D2 1F 3D
Octal 175 233 272 41 21 0 33 322 37 75
Binary 1111101 10011011 10111010 100001 10001 0 11011 11010010 11111 111101

Color Harmonies of #7D9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9BBA

Black with #7D9BBA

Text Example


Text Example

White with #7D9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,155,186); }

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

background-color css

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

 a { background-color: rgb(125,155,186); }

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

border-color css

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

 span { border-color: rgb(125,155,186); }

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