Shades of Slate Blue #7B62CC
Tints of Slate Blue #7B62CC
RGB
CMYK
RGB Variations
Color information
#7B62CC (or 0x7B62CC) is known color: Slate Blue. HEX triplet: 7B, 62 and CC. RGB value is (123,98,204). Sum of RGB (Red+Green+Blue) = 123+98+204=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B62CC is #849D33. Grayscale: #757575. Windows color (decimal): -8690996 or 13394555. OLE color: 13394555.
HSL color Cylindrical-coordinate representation of color #7B62CC: hue angle of 254.15º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B62CC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 98 | 204 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.2 |
| HSL | 254.15º | 0.51% | 0.59% | - |
| HSV(B) | 254.15º | 0.52% | 0.8% | - |
| XYZ | 23.44 | 17.31 | 59.23 | - |
| YUV | 117.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 204 | 0.40 | 0.52 | 0 | 0.2 | 254.15 | 0.51 | 0.59 |
| Hex | 7B | 62 | CC | 28 | 34 | 0 | 14 | FE | 33 | 3B |
| Octal | 173 | 142 | 314 | 50 | 64 | 0 | 24 | 376 | 63 | 73 |
| Binary | 1111011 | 1100010 | 11001100 | 101000 | 110100 | 0 | 10100 | 11111110 | 110011 | 111011 |
Color Harmonies of #7B62CC
Complementary color
Monochromatic Colors of #7B62CC
Black with #7B62CC
Text Example
Text Example
White with #7B62CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62CC; }
p { color: rgb(123,98,204); }
H1.HeaderClassName
{
color: #7B62CC;
}
.AnyTagClassName
{
color: #7B62CC;
}
</style>
background-color css
<style>
a { background-color: #7B62CC; }
a { background-color: rgb(123,98,204); }
div.DivClassName
{
background-color: #7B62CC;
}
.BgClassName
{
background-color: #7B62CC;
}
</style>
border-color css
<style>
span { border-color: #7B62CC; }
span { border-color: rgb(123,98,204); }
td.TdClassName
{
border-color: #7B62CC;
}
.TagClassName
{
border-color: #7B62CC;
}
</style>