Html Css Color HEX #759BB3 Bali Hai

📋 copy color: '#759BB3'

red 117 ◦ green 155 ◦ blue 179

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

Shades of Bali Hai #759BB3

Tints of Bali Hai #759BB3

RGB

 RED value IS 117 (46.09% from 255) = 25.94%

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

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

R = 25.94%
G = 34.37%
B = 39.69%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#759BB3 (or 0x759BB3) is known color: Bali Hai. HEX triplet: 75, 9B and B3. RGB value is (117,155,179). Sum of RGB (Red+Green+Blue) = 117+155+179=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #759BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BB3 is #8A644C. Grayscale: #929292. Windows color (decimal): -9069645 or 11770741. OLE color: 11770741.

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

Color convert

RGB 117 155 179 -
CMYK 0.35 0.13 0 0.30
HSL 203.23º 0.29% 0.58% -
HSV(B) 203.23º 0.35% 0.7% -
XYZ 27.19 30.48 47.1 -
YUV 146.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 117 155 179 0.35 0.13 0 0.30 203.23 0.29 0.58
Hex 75 9B B3 23 D 0 1E CB 1D 3A
Octal 165 233 263 43 15 0 36 313 35 72
Binary 1110101 10011011 10110011 100011 1101 0 11110 11001011 11101 111010

Color Harmonies of #759BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BB3

Black with #759BB3

Text Example


Text Example

White with #759BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759BB3; }

 p { color: rgb(117,155,179); }

 H1.HeaderClassName
 {
   color: #759BB3;
 }
 .AnyTagClassName
 {
   color: #759BB3;
 }
</style>

background-color css

<style>
 a { background-color: #759BB3; }

 a { background-color: rgb(117,155,179); }

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

border-color css

<style>
 span { border-color: #759BB3; }

 span { border-color: rgb(117,155,179); }

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