Shades of Light Slate Grey #7F919B
Tints of Light Slate Grey #7F919B
RGB
CMYK
RGB Variations
Color information
#7F919B (or 0x7F919B) is known color: Light Slate Grey. HEX triplet: 7F, 91 and 9B. RGB value is (127,145,155). Sum of RGB (Red+Green+Blue) = 127+145+155=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F919B is #806E64. Grayscale: #8C8C8C. Windows color (decimal): -8416869 or 10195327. OLE color: 10195327.
HSL color Cylindrical-coordinate representation of color #7F919B: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F919B is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 145 | 155 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.39 |
| HSL | 201.43º | 0.12% | 0.55% | - |
| HSV(B) | 201.43º | 0.18% | 0.61% | - |
| XYZ | 24.79 | 27.13 | 34.94 | - |
| YUV | 140.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 155 | 0.18 | 0.06 | 0 | 0.39 | 201.43 | 0.12 | 0.55 |
| Hex | 7F | 91 | 9B | 12 | 6 | 0 | 27 | C9 | C | 37 |
| Octal | 177 | 221 | 233 | 22 | 6 | 0 | 47 | 311 | 14 | 67 |
| Binary | 1111111 | 10010001 | 10011011 | 10010 | 110 | 0 | 100111 | 11001001 | 1100 | 110111 |
Color Harmonies of #7F919B
Complementary color
Monochromatic Colors of #7F919B
Black with #7F919B
Text Example
Text Example
White with #7F919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F919B; }
p { color: rgb(127,145,155); }
H1.HeaderClassName
{
color: #7F919B;
}
.AnyTagClassName
{
color: #7F919B;
}
</style>
background-color css
<style>
a { background-color: #7F919B; }
a { background-color: rgb(127,145,155); }
div.DivClassName
{
background-color: #7F919B;
}
.BgClassName
{
background-color: #7F919B;
}
</style>
border-color css
<style>
span { border-color: #7F919B; }
span { border-color: rgb(127,145,155); }
td.TdClassName
{
border-color: #7F919B;
}
.TagClassName
{
border-color: #7F919B;
}
</style>