Html Css Color HEX #8F98BE Rock Blue

📋 copy color: '#8F98BE'

red 143 ◦ green 152 ◦ blue 190

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

Shades of Rock Blue #8F98BE

Tints of Rock Blue #8F98BE

RGB

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

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

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

R = 29.48%
G = 31.34%
B = 39.18%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F98BE (or 0x8F98BE) is known color: Rock Blue. HEX triplet: 8F, 98 and BE. RGB value is (143,152,190). Sum of RGB (Red+Green+Blue) = 143+152+190=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98BE is #706741. Grayscale: #999999. Windows color (decimal): -7366466 or 12490895. OLE color: 12490895.

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

Color convert

RGB 143 152 190 -
CMYK 0.25 0.2 0 0.25
HSL 228.51º 0.27% 0.65% -
HSV(B) 228.51º 0.25% 0.75% -
XYZ 31.85 32.01 53.22 -
YUV 153.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 143 152 190 0.25 0.2 0 0.25 228.51 0.27 0.65
Hex 8F 98 BE 19 14 0 19 E5 1B 41
Octal 217 230 276 31 24 0 31 345 33 101
Binary 10001111 10011000 10111110 11001 10100 0 11001 11100101 11011 1000001

Color Harmonies of #8F98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F98BE

Black with #8F98BE

Text Example


Text Example

White with #8F98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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