Html Css Color HEX #65788D Slate Grey

📋 copy color: '#65788D'

red 101 ◦ green 120 ◦ blue 141

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

Shades of Slate Grey #65788D

Tints of Slate Grey #65788D

RGB

 RED value IS 101 (39.84% from 255) = 27.9%

 GREEN value IS 120 (47.27% from 255) = 33.15%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 27.9%
G = 33.15%
B = 38.95%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65788D (or 0x65788D) is known color: Slate Grey. HEX triplet: 65, 78 and 8D. RGB value is (101,120,141). Sum of RGB (Red+Green+Blue) = 101+120+141=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #65788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65788D is #9A8772. Grayscale: #747474. Windows color (decimal): -10127219 or 9271397. OLE color: 9271397.

HSL color Cylindrical-coordinate representation of color #65788D: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65788D is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 120 141 -
CMYK 0.28 0.15 0 0.45
HSL 211.5º 0.17% 0.47% -
HSV(B) 211.5º 0.28% 0.55% -
XYZ 16.89 18.12 27.81 -
YUV 116.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 101 120 141 0.28 0.15 0 0.45 211.5 0.17 0.47
Hex 65 78 8D 1C F 0 2D D4 11 2F
Octal 145 170 215 34 17 0 55 324 21 57
Binary 1100101 1111000 10001101 11100 1111 0 101101 11010100 10001 101111

Color Harmonies of #65788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65788D

Black with #65788D

Text Example


Text Example

White with #65788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65788D; }

 p { color: rgb(101,120,141); }

 H1.HeaderClassName
 {
   color: #65788D;
 }
 .AnyTagClassName
 {
   color: #65788D;
 }
</style>

background-color css

<style>
 a { background-color: #65788D; }

 a { background-color: rgb(101,120,141); }

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

border-color css

<style>
 span { border-color: #65788D; }

 span { border-color: rgb(101,120,141); }

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