Html Css Color HEX #7695B3 Bali Hai

📋 copy color: '#7695B3'

red 118 ◦ green 149 ◦ blue 179

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

Shades of Bali Hai #7695B3

Tints of Bali Hai #7695B3

RGB

 RED value IS 118 (46.48% from 255) = 26.46%

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 26.46%
G = 33.41%
B = 40.13%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7695B3 (or 0x7695B3) is known color: Bali Hai. HEX triplet: 76, 95 and B3. RGB value is (118,149,179). Sum of RGB (Red+Green+Blue) = 118+149+179=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #7695B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695B3 is #896A4C. Grayscale: #8F8F8F. Windows color (decimal): -9005645 or 11769206. OLE color: 11769206.

HSL color Cylindrical-coordinate representation of color #7695B3: hue angle of 209.51º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7695B3 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 149 179 -
CMYK 0.34 0.17 0 0.30
HSL 209.51º 0.29% 0.58% -
HSV(B) 209.51º 0.34% 0.7% -
XYZ 26.36 28.6 46.78 -
YUV 143.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 118 149 179 0.34 0.17 0 0.30 209.51 0.29 0.58
Hex 76 95 B3 22 11 0 1E D2 1D 3A
Octal 166 225 263 42 21 0 36 322 35 72
Binary 1110110 10010101 10110011 100010 10001 0 11110 11010010 11101 111010

Color Harmonies of #7695B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695B3

Black with #7695B3

Text Example


Text Example

White with #7695B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7695B3; }

 p { color: rgb(118,149,179); }

 H1.HeaderClassName
 {
   color: #7695B3;
 }
 .AnyTagClassName
 {
   color: #7695B3;
 }
</style>

background-color css

<style>
 a { background-color: #7695B3; }

 a { background-color: rgb(118,149,179); }

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

border-color css

<style>
 span { border-color: #7695B3; }

 span { border-color: rgb(118,149,179); }

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