Shades of Regent St Blue #91BECA
Tints of Regent St Blue #91BECA
RGB
CMYK
RGB Variations
Color information
#91BECA (or 0x91BECA) is known color: Regent St Blue. HEX triplet: 91, BE and CA. RGB value is (145,190,202). Sum of RGB (Red+Green+Blue) = 145+190+202=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #91BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECA is #6E4135. Grayscale: #B1B1B1. Windows color (decimal): -7225654 or 13287057. OLE color: 13287057.
HSL color Cylindrical-coordinate representation of color #91BECA: hue angle of 192.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91BECA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 190 | 202 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.21 |
| HSL | 192.63º | 0.35% | 0.68% | - |
| HSV(B) | 192.63º | 0.28% | 0.79% | - |
| XYZ | 40.75 | 47.11 | 62.82 | - |
| YUV | 177.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 202 | 0.28 | 0.06 | 0 | 0.21 | 192.63 | 0.35 | 0.68 |
| Hex | 91 | BE | CA | 1C | 6 | 0 | 15 | C1 | 23 | 44 |
| Octal | 221 | 276 | 312 | 34 | 6 | 0 | 25 | 301 | 43 | 104 |
| Binary | 10010001 | 10111110 | 11001010 | 11100 | 110 | 0 | 10101 | 11000001 | 100011 | 1000100 |
Color Harmonies of #91BECA
Complementary color
Monochromatic Colors of #91BECA
Black with #91BECA
Text Example
Text Example
White with #91BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BECA; }
p { color: rgb(145,190,202); }
H1.HeaderClassName
{
color: #91BECA;
}
.AnyTagClassName
{
color: #91BECA;
}
</style>
background-color css
<style>
a { background-color: #91BECA; }
a { background-color: rgb(145,190,202); }
div.DivClassName
{
background-color: #91BECA;
}
.BgClassName
{
background-color: #91BECA;
}
</style>
border-color css
<style>
span { border-color: #91BECA; }
span { border-color: rgb(145,190,202); }
td.TdClassName
{
border-color: #91BECA;
}
.TagClassName
{
border-color: #91BECA;
}
</style>