Html Css Color HEX #8998C1 Rock Blue

📋 copy color: '#8998C1'

red 137 ◦ green 152 ◦ blue 193

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

Shades of Rock Blue #8998C1

Tints of Rock Blue #8998C1

RGB

 RED value IS 137 (53.91% from 255) = 28.42%

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

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 28.42%
G = 31.54%
B = 40.04%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8998C1 (or 0x8998C1) is known color: Rock Blue. HEX triplet: 89, 98 and C1. RGB value is (137,152,193). Sum of RGB (Red+Green+Blue) = 137+152+193=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #8998C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998C1 is #76673E. Grayscale: #989898. Windows color (decimal): -7759679 or 12687497. OLE color: 12687497.

HSL color Cylindrical-coordinate representation of color #8998C1: hue angle of 223.93º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8998C1 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 152 193 -
CMYK 0.29 0.21 0 0.24
HSL 223.93º 0.31% 0.65% -
HSV(B) 223.93º 0.29% 0.76% -
XYZ 31.17 31.63 54.91 -
YUV 152.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 137 152 193 0.29 0.21 0 0.24 223.93 0.31 0.65
Hex 89 98 C1 1D 15 0 18 E0 1F 41
Octal 211 230 301 35 25 0 30 340 37 101
Binary 10001001 10011000 11000001 11101 10101 0 11000 11100000 11111 1000001

Color Harmonies of #8998C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998C1

Black with #8998C1

Text Example


Text Example

White with #8998C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8998C1; }

 p { color: rgb(137,152,193); }

 H1.HeaderClassName
 {
   color: #8998C1;
 }
 .AnyTagClassName
 {
   color: #8998C1;
 }
</style>

background-color css

<style>
 a { background-color: #8998C1; }

 a { background-color: rgb(137,152,193); }

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

border-color css

<style>
 span { border-color: #8998C1; }

 span { border-color: rgb(137,152,193); }

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