Html Css Color HEX #8F98BC Rock Blue

📋 copy color: '#8F98BC'

red 143 ◦ green 152 ◦ blue 188

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

Shades of Rock Blue #8F98BC

Tints of Rock Blue #8F98BC

RGB

 RED value IS 143 (56.25% from 255) = 29.61%

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 29.61%
G = 31.47%
B = 38.92%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F98BC (or 0x8F98BC) is known color: Rock Blue. HEX triplet: 8F, 98 and BC. RGB value is (143,152,188). Sum of RGB (Red+Green+Blue) = 143+152+188=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F98BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98BC is #706743. Grayscale: #999999. Windows color (decimal): -7366468 or 12359823. OLE color: 12359823.

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

Color convert

RGB 143 152 188 -
CMYK 0.24 0.19 0 0.26
HSL 228º 0.25% 0.65% -
HSV(B) 228º 0.24% 0.74% -
XYZ 31.63 31.93 52.07 -
YUV 153.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 143 152 188 0.24 0.19 0 0.26 228 0.25 0.65
Hex 8F 98 BC 18 13 0 1A E4 19 41
Octal 217 230 274 30 23 0 32 344 31 101
Binary 10001111 10011000 10111100 11000 10011 0 11010 11100100 11001 1000001

Color Harmonies of #8F98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98BC

Black with #8F98BC

Text Example


Text Example

White with #8F98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,188); }

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

background-color css

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

 a { background-color: rgb(143,152,188); }

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

border-color css

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

 span { border-color: rgb(143,152,188); }

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