Html Css Color HEX #75869F Light Slate Grey

📋 copy color: '#75869F'

red 117 ◦ green 134 ◦ blue 159

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

Shades of Light Slate Grey #75869F

Tints of Light Slate Grey #75869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 28.54%
G = 32.68%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75869F (or 0x75869F) is known color: Light Slate Grey. HEX triplet: 75, 86 and 9F. RGB value is (117,134,159). Sum of RGB (Red+Green+Blue) = 117+134+159=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #75869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75869F is #8A7960. Grayscale: #838383. Windows color (decimal): -9075041 or 10454645. OLE color: 10454645.

HSL color Cylindrical-coordinate representation of color #75869F: hue angle of 215.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75869F is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 134 159 -
CMYK 0.26 0.16 0 0.38
HSL 215.71º 0.18% 0.54% -
HSV(B) 215.71º 0.26% 0.62% -
XYZ 22.12 23.34 36.14 -
YUV 131.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 117 134 159 0.26 0.16 0 0.38 215.71 0.18 0.54
Hex 75 86 9F 1A 10 0 26 D8 12 36
Octal 165 206 237 32 20 0 46 330 22 66
Binary 1110101 10000110 10011111 11010 10000 0 100110 11011000 10010 110110

Color Harmonies of #75869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75869F

Black with #75869F

Text Example


Text Example

White with #75869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75869F; }

 p { color: rgb(117,134,159); }

 H1.HeaderClassName
 {
   color: #75869F;
 }
 .AnyTagClassName
 {
   color: #75869F;
 }
</style>

background-color css

<style>
 a { background-color: #75869F; }

 a { background-color: rgb(117,134,159); }

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

border-color css

<style>
 span { border-color: #75869F; }

 span { border-color: rgb(117,134,159); }

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