Html Css Color HEX #758CA3 Light Slate Grey

📋 copy color: '#758CA3'

red 117 ◦ green 140 ◦ blue 163

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

Shades of Light Slate Grey #758CA3

Tints of Light Slate Grey #758CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 163 (64.06% from 255) = 38.81%

R = 27.86%
G = 33.33%
B = 38.81%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#758CA3 (or 0x758CA3) is known color: Light Slate Grey. HEX triplet: 75, 8C and A3. RGB value is (117,140,163). Sum of RGB (Red+Green+Blue) = 117+140+163=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 163 - color contains mainly: blue. Hex color #758CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CA3 is #8A735C. Grayscale: #878787. Windows color (decimal): -9073501 or 10718325. OLE color: 10718325.

HSL color Cylindrical-coordinate representation of color #758CA3: hue angle of 210º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758CA3 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 140 163 -
CMYK 0.28 0.14 0 0.36
HSL 210º 0.2% 0.55% -
HSV(B) 210º 0.28% 0.64% -
XYZ 23.33 25.18 38.28 -
YUV 135.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 117 140 163 0.28 0.14 0 0.36 210 0.2 0.55
Hex 75 8C A3 1C E 0 24 D2 14 37
Octal 165 214 243 34 16 0 44 322 24 67
Binary 1110101 10001100 10100011 11100 1110 0 100100 11010010 10100 110111

Color Harmonies of #758CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CA3

Black with #758CA3

Text Example


Text Example

White with #758CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758CA3; }

 p { color: rgb(117,140,163); }

 H1.HeaderClassName
 {
   color: #758CA3;
 }
 .AnyTagClassName
 {
   color: #758CA3;
 }
</style>

background-color css

<style>
 a { background-color: #758CA3; }

 a { background-color: rgb(117,140,163); }

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

border-color css

<style>
 span { border-color: #758CA3; }

 span { border-color: rgb(117,140,163); }

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