Shades of Perano #97ACEA
Tints of Perano #97ACEA
RGB
CMYK
RGB Variations
Color information
#97ACEA (or 0x97ACEA) is known color: Perano. HEX triplet: 97, AC and EA. RGB value is (151,172,234). Sum of RGB (Red+Green+Blue) = 151+172+234=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #97ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACEA is #685315. Grayscale: #ACACAC. Windows color (decimal): -6837014 or 15379607. OLE color: 15379607.
HSL color Cylindrical-coordinate representation of color #97ACEA: hue angle of 224.82º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97ACEA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 151 | 172 | 234 | - |
CMYK | 0.35 | 0.26 | 0 | 0.08 |
HSL | 224.82º | 0.66% | 0.75% | - |
HSV(B) | 224.82º | 0.35% | 0.92% | - |
XYZ | 42.37 | 42.02 | 83.72 | - |
YUV | 172.79 | 162.54 | 112.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 172 | 234 | 0.35 | 0.26 | 0 | 0.08 | 224.82 | 0.66 | 0.75 |
Hex | 97 | AC | EA | 23 | 1A | 0 | 8 | E1 | 42 | 4B |
Octal | 227 | 254 | 352 | 43 | 32 | 0 | 10 | 341 | 102 | 113 |
Binary | 10010111 | 10101100 | 11101010 | 100011 | 11010 | 0 | 1000 | 11100001 | 1000010 | 1001011 |
Color Harmonies of #97ACEA
Complementary color
Monochromatic Colors of #97ACEA
Black with #97ACEA
Text Example
Text Example
White with #97ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ACEA; }
p { color: rgb(151,172,234); }
H1.HeaderClassName
{
color: #97ACEA;
}
.AnyTagClassName
{
color: #97ACEA;
}
</style>
background-color css
<style>
a { background-color: #97ACEA; }
a { background-color: rgb(151,172,234); }
div.DivClassName
{
background-color: #97ACEA;
}
.BgClassName
{
background-color: #97ACEA;
}
</style>
border-color css
<style>
span { border-color: #97ACEA; }
span { border-color: rgb(151,172,234); }
td.TdClassName
{
border-color: #97ACEA;
}
.TagClassName
{
border-color: #97ACEA;
}
</style>