Html Css Color HEX #7695B4 Bali Hai

📋 copy color: '#7695B4'

red 118 ◦ green 149 ◦ blue 180

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

Shades of Bali Hai #7695B4

Tints of Bali Hai #7695B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 26.4%
G = 33.33%
B = 40.27%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7695B4 (or 0x7695B4) is known color: Bali Hai. HEX triplet: 76, 95 and B4. RGB value is (118,149,180). Sum of RGB (Red+Green+Blue) = 118+149+180=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #7695B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695B4 is #896A4B. Grayscale: #8F8F8F. Windows color (decimal): -9005644 or 11834742. OLE color: 11834742.

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

Color convert

RGB 118 149 180 -
CMYK 0.34 0.17 0 0.29
HSL 210º 0.29% 0.58% -
HSV(B) 210º 0.34% 0.71% -
XYZ 26.46 28.64 47.31 -
YUV 143.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 118 149 180 0.34 0.17 0 0.29 210 0.29 0.58
Hex 76 95 B4 22 11 0 1D D2 1D 3A
Octal 166 225 264 42 21 0 35 322 35 72
Binary 1110110 10010101 10110100 100010 10001 0 11101 11010010 11101 111010

Color Harmonies of #7695B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695B4

Black with #7695B4

Text Example


Text Example

White with #7695B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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