Html Css Color HEX #869BA4 Bali Hai

📋 copy color: '#869BA4'

red 134 ◦ green 155 ◦ blue 164

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

Shades of Bali Hai #869BA4

Tints of Bali Hai #869BA4

RGB

 RED value IS 134 (52.73% from 255) = 29.58%

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

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 29.58%
G = 34.22%
B = 36.2%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#869BA4 (or 0x869BA4) is known color: Bali Hai. HEX triplet: 86, 9B and A4. RGB value is (134,155,164). Sum of RGB (Red+Green+Blue) = 134+155+164=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #869BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869BA4 is #79645B. Grayscale: #959595. Windows color (decimal): -7955548 or 10787718. OLE color: 10787718.

HSL color Cylindrical-coordinate representation of color #869BA4: hue angle of 198º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #869BA4 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 155 164 -
CMYK 0.18 0.05 0 0.36
HSL 198º 0.14% 0.58% -
HSV(B) 198º 0.18% 0.64% -
XYZ 28.25 31.19 39.65 -
YUV 149.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 134 155 164 0.18 0.05 0 0.36 198 0.14 0.58
Hex 86 9B A4 12 5 0 24 C6 E 3A
Octal 206 233 244 22 5 0 44 306 16 72
Binary 10000110 10011011 10100100 10010 101 0 100100 11000110 1110 111010

Color Harmonies of #869BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869BA4

Black with #869BA4

Text Example


Text Example

White with #869BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869BA4; }

 p { color: rgb(134,155,164); }

 H1.HeaderClassName
 {
   color: #869BA4;
 }
 .AnyTagClassName
 {
   color: #869BA4;
 }
</style>

background-color css

<style>
 a { background-color: #869BA4; }

 a { background-color: rgb(134,155,164); }

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

border-color css

<style>
 span { border-color: #869BA4; }

 span { border-color: rgb(134,155,164); }

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