Shades of Light Slate Blue #737FF4
Tints of Light Slate Blue #737FF4
RGB
CMYK
RGB Variations
Color information
#737FF4 (or 0x737FF4) is known color: Light Slate Blue. HEX triplet: 73, 7F and F4. RGB value is (115,127,244). Sum of RGB (Red+Green+Blue) = 115+127+244=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #737FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737FF4 is #8C800B. Grayscale: #888888. Windows color (decimal): -9207820 or 16023411. OLE color: 16023411.
HSL color Cylindrical-coordinate representation of color #737FF4: hue angle of 234.42º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #737FF4 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 127 | 244 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.04 |
| HSL | 234.42º | 0.85% | 0.7% | - |
| HSV(B) | 234.42º | 0.53% | 0.96% | - |
| XYZ | 30.99 | 25.36 | 88.85 | - |
| YUV | 136.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 244 | 0.53 | 0.48 | 0 | 0.04 | 234.42 | 0.85 | 0.7 |
| Hex | 73 | 7F | F4 | 35 | 30 | 0 | 4 | EA | 55 | 46 |
| Octal | 163 | 177 | 364 | 65 | 60 | 0 | 4 | 352 | 125 | 106 |
| Binary | 1110011 | 1111111 | 11110100 | 110101 | 110000 | 0 | 100 | 11101010 | 1010101 | 1000110 |
Color Harmonies of #737FF4
Complementary color
Monochromatic Colors of #737FF4
Black with #737FF4
Text Example
Text Example
White with #737FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FF4; }
p { color: rgb(115,127,244); }
H1.HeaderClassName
{
color: #737FF4;
}
.AnyTagClassName
{
color: #737FF4;
}
</style>
background-color css
<style>
a { background-color: #737FF4; }
a { background-color: rgb(115,127,244); }
div.DivClassName
{
background-color: #737FF4;
}
.BgClassName
{
background-color: #737FF4;
}
</style>
border-color css
<style>
span { border-color: #737FF4; }
span { border-color: rgb(115,127,244); }
td.TdClassName
{
border-color: #737FF4;
}
.TagClassName
{
border-color: #737FF4;
}
</style>