Html Css Color HEX #8D98BE Rock Blue

📋 copy color: '#8D98BE'

red 141 ◦ green 152 ◦ blue 190

#8D98BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8D98BE

Tints of Rock Blue #8D98BE

RGB

 RED value IS 141 (55.47% from 255) = 29.19%

 GREEN value IS 152 (59.77% from 255) = 31.47%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 29.19%
G = 31.47%
B = 39.34%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D98BE (or 0x8D98BE) is known color: Rock Blue. HEX triplet: 8D, 98 and BE. RGB value is (141,152,190). Sum of RGB (Red+Green+Blue) = 141+152+190=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98BE is #726741. Grayscale: #989898. Windows color (decimal): -7497538 or 12490893. OLE color: 12490893.

HSL color Cylindrical-coordinate representation of color #8D98BE: hue angle of 226.53º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D98BE is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 152 190 -
CMYK 0.26 0.2 0 0.25
HSL 226.53º 0.27% 0.65% -
HSV(B) 226.53º 0.26% 0.75% -
XYZ 31.51 31.84 53.2 -
YUV 153.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 141 152 190 0.26 0.2 0 0.25 226.53 0.27 0.65
Hex 8D 98 BE 1A 14 0 19 E3 1B 41
Octal 215 230 276 32 24 0 31 343 33 101
Binary 10001101 10011000 10111110 11010 10100 0 11001 11100011 11011 1000001

Color Harmonies of #8D98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D98BE

Black with #8D98BE

Text Example


Text Example

White with #8D98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D98BE; }

 p { color: rgb(141,152,190); }

 H1.HeaderClassName
 {
   color: #8D98BE;
 }
 .AnyTagClassName
 {
   color: #8D98BE;
 }
</style>

background-color css

<style>
 a { background-color: #8D98BE; }

 a { background-color: rgb(141,152,190); }

 div.DivClassName
 {
   background-color: #8D98BE;
 }
 .BgClassName
 {
   background-color: #8D98BE;
 }
</style>

border-color css

<style>
 span { border-color: #8D98BE; }

 span { border-color: rgb(141,152,190); }

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