Html Css Color HEX #799CBC Bali Hai

📋 copy color: '#799CBC'

red 121 ◦ green 156 ◦ blue 188

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

Shades of Bali Hai #799CBC

Tints of Bali Hai #799CBC

RGB

 RED value IS 121 (47.66% from 255) = 26.02%

 GREEN value IS 156 (61.33% from 255) = 33.55%

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

R = 26.02%
G = 33.55%
B = 40.43%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#799CBC (or 0x799CBC) is known color: Bali Hai. HEX triplet: 79, 9C and BC. RGB value is (121,156,188). Sum of RGB (Red+Green+Blue) = 121+156+188=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #799CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CBC is #866343. Grayscale: #959595. Windows color (decimal): -8807236 or 12360825. OLE color: 12360825.

HSL color Cylindrical-coordinate representation of color #799CBC: hue angle of 208.66º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #799CBC is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 156 188 -
CMYK 0.36 0.17 0 0.26
HSL 208.66º 0.33% 0.61% -
HSV(B) 208.66º 0.36% 0.74% -
XYZ 28.85 31.47 52.13 -
YUV 149.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 121 156 188 0.36 0.17 0 0.26 208.66 0.33 0.61
Hex 79 9C BC 24 11 0 1A D1 21 3D
Octal 171 234 274 44 21 0 32 321 41 75
Binary 1111001 10011100 10111100 100100 10001 0 11010 11010001 100001 111101

Color Harmonies of #799CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799CBC

Black with #799CBC

Text Example


Text Example

White with #799CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799CBC; }

 p { color: rgb(121,156,188); }

 H1.HeaderClassName
 {
   color: #799CBC;
 }
 .AnyTagClassName
 {
   color: #799CBC;
 }
</style>

background-color css

<style>
 a { background-color: #799CBC; }

 a { background-color: rgb(121,156,188); }

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

border-color css

<style>
 span { border-color: #799CBC; }

 span { border-color: rgb(121,156,188); }

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