Html Css Color HEX #7C9FBC Bali Hai

📋 copy color: '#7C9FBC'

red 124 ◦ green 159 ◦ blue 188

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

Shades of Bali Hai #7C9FBC

Tints of Bali Hai #7C9FBC

RGB

 RED value IS 124 (48.83% from 255) = 26.33%

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 26.33%
G = 33.76%
B = 39.92%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C9FBC (or 0x7C9FBC) is known color: Bali Hai. HEX triplet: 7C, 9F and BC. RGB value is (124,159,188). Sum of RGB (Red+Green+Blue) = 124+159+188=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C9FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9FBC is #836043. Grayscale: #979797. Windows color (decimal): -8609860 or 12361596. OLE color: 12361596.

HSL color Cylindrical-coordinate representation of color #7C9FBC: hue angle of 207.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C9FBC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 159 188 -
CMYK 0.34 0.15 0 0.26
HSL 207.19º 0.32% 0.61% -
HSV(B) 207.19º 0.34% 0.74% -
XYZ 29.79 32.71 52.32 -
YUV 151.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 124 159 188 0.34 0.15 0 0.26 207.19 0.32 0.61
Hex 7C 9F BC 22 F 0 1A CF 20 3D
Octal 174 237 274 42 17 0 32 317 40 75
Binary 1111100 10011111 10111100 100010 1111 0 11010 11001111 100000 111101

Color Harmonies of #7C9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9FBC

Black with #7C9FBC

Text Example


Text Example

White with #7C9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,159,188); }

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

background-color css

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

 a { background-color: rgb(124,159,188); }

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

border-color css

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

 span { border-color: rgb(124,159,188); }

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