Html Css Color HEX #778B9F Light Slate Grey

📋 copy color: '#778B9F'

red 119 ◦ green 139 ◦ blue 159

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

Shades of Light Slate Grey #778B9F

Tints of Light Slate Grey #778B9F

RGB

 RED value IS 119 (46.88% from 255) = 28.54%

 GREEN value IS 139 (54.69% from 255) = 33.33%

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

R = 28.54%
G = 33.33%
B = 38.13%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#778B9F (or 0x778B9F) is known color: Light Slate Grey. HEX triplet: 77, 8B and 9F. RGB value is (119,139,159). Sum of RGB (Red+Green+Blue) = 119+139+159=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #778B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B9F is #887460. Grayscale: #878787. Windows color (decimal): -8942689 or 10455927. OLE color: 10455927.

HSL color Cylindrical-coordinate representation of color #778B9F: hue angle of 210º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #778B9F is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 139 159 -
CMYK 0.25 0.13 0 0.38
HSL 210º 0.17% 0.55% -
HSV(B) 210º 0.25% 0.62% -
XYZ 23.1 24.89 36.39 -
YUV 135.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 119 139 159 0.25 0.13 0 0.38 210 0.17 0.55
Hex 77 8B 9F 19 D 0 26 D2 11 37
Octal 167 213 237 31 15 0 46 322 21 67
Binary 1110111 10001011 10011111 11001 1101 0 100110 11010010 10001 110111

Color Harmonies of #778B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B9F

Black with #778B9F

Text Example


Text Example

White with #778B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778B9F; }

 p { color: rgb(119,139,159); }

 H1.HeaderClassName
 {
   color: #778B9F;
 }
 .AnyTagClassName
 {
   color: #778B9F;
 }
</style>

background-color css

<style>
 a { background-color: #778B9F; }

 a { background-color: rgb(119,139,159); }

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

border-color css

<style>
 span { border-color: #778B9F; }

 span { border-color: rgb(119,139,159); }

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