Html Css Color HEX #8C98BA Rock Blue

📋 copy color: '#8C98BA'

red 140 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8C98BA

Tints of Rock Blue #8C98BA

RGB

 RED value IS 140 (55.08% from 255) = 29.29%

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 29.29%
G = 31.8%
B = 38.91%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C98BA (or 0x8C98BA) is known color: Rock Blue. HEX triplet: 8C, 98 and BA. RGB value is (140,152,186). Sum of RGB (Red+Green+Blue) = 140+152+186=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C98BA is #736745. Grayscale: #989898. Windows color (decimal): -7563078 or 12228748. OLE color: 12228748.

HSL color Cylindrical-coordinate representation of color #8C98BA: hue angle of 224.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C98BA is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 152 186 -
CMYK 0.25 0.18 0 0.27
HSL 224.35º 0.25% 0.64% -
HSV(B) 224.35º 0.25% 0.73% -
XYZ 30.91 31.58 50.92 -
YUV 152.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 140 152 186 0.25 0.18 0 0.27 224.35 0.25 0.64
Hex 8C 98 BA 19 12 0 1B E0 19 40
Octal 214 230 272 31 22 0 33 340 31 100
Binary 10001100 10011000 10111010 11001 10010 0 11011 11100000 11001 1000000

Color Harmonies of #8C98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C98BA

Black with #8C98BA

Text Example


Text Example

White with #8C98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,186); }

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

background-color css

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

 a { background-color: rgb(140,152,186); }

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

border-color css

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

 span { border-color: rgb(140,152,186); }

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