#98457B

Color #98457B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #98457B

Tints of Royal Heath #98457B

Color information

#98457B (or 0x98457B) is unknown color: approx Royal Heath. HEX triplet: 98, 45 and 7B. RGB value is (152,69,123). Sum of RGB (Red+Green+Blue) = 152+69+123=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98457B is #67BA84. Grayscale: #636363. Windows color (decimal): -6797957 or 8078744. OLE color: 8078744.

HSL color Cylindrical-coordinate representation of color #98457B: hue angle of 320.96º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98457B is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15269123-
CMYK00.550.190.40
HSL320.96º37.56%43.33%-
HSV(B)320.96º54.61%59.61%-
XYZ18.6512.3620.14-
YUV99.97141165.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=44.19%
G=20.06%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526912300.550.190.40320.9637.5643.33
Hex98457B0371328141262b
Octal23010517306723505014653
Binary1001100010001011111011011011110011101000101000001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98457B; }

 p { color: rgb(152,69,123); }

 H1.HeaderClassName
 {
   color: #98457B;
 }
 .AnyTagClassName
 {
   color: #98457B;
 }
</style>
background-color css

<style>
 a { background-color: #98457B; }

 a { background-color: rgb(152,69,123); }

 div.DivClassName
 {
   background-color: #98457B;
 }
 .BgClassName
 {
   background-color: #98457B;
 }
</style>
border-color css

<style>
 span { border-color: #98457B; }

 span { border-color: rgb(152,69,123); }

 td.TdClassName
 {
   border-color: #98457B;
 }
 .TagClassName
 {
   border-color: #98457B;
 }
</style>