Html Css Color HEX #75829B Light Slate Grey

📋 copy color: '#75829B'

red 117 ◦ green 130 ◦ blue 155

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

Shades of Light Slate Grey #75829B

Tints of Light Slate Grey #75829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 29.1%
G = 32.34%
B = 38.56%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75829B (or 0x75829B) is known color: Light Slate Grey. HEX triplet: 75, 82 and 9B. RGB value is (117,130,155). Sum of RGB (Red+Green+Blue) = 117+130+155=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #75829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75829B is #8A7D64. Grayscale: #808080. Windows color (decimal): -9076069 or 10191477. OLE color: 10191477.

HSL color Cylindrical-coordinate representation of color #75829B: hue angle of 219.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75829B is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 130 155 -
CMYK 0.25 0.16 0 0.39
HSL 219.47º 0.16% 0.53% -
HSV(B) 219.47º 0.25% 0.61% -
XYZ 21.24 22.11 34.16 -
YUV 128.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 117 130 155 0.25 0.16 0 0.39 219.47 0.16 0.53
Hex 75 82 9B 19 10 0 27 DB 10 35
Octal 165 202 233 31 20 0 47 333 20 65
Binary 1110101 10000010 10011011 11001 10000 0 100111 11011011 10000 110101

Color Harmonies of #75829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75829B

Black with #75829B

Text Example


Text Example

White with #75829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75829B; }

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

 H1.HeaderClassName
 {
   color: #75829B;
 }
 .AnyTagClassName
 {
   color: #75829B;
 }
</style>

background-color css

<style>
 a { background-color: #75829B; }

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

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

border-color css

<style>
 span { border-color: #75829B; }

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

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