Html Css Color HEX #8F96BA Rock Blue

📋 copy color: '#8F96BA'

red 143 ◦ green 150 ◦ blue 186

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

Shades of Rock Blue #8F96BA

Tints of Rock Blue #8F96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.32%

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

R = 29.85%
G = 31.32%
B = 38.83%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F96BA (or 0x8F96BA) is known color: Rock Blue. HEX triplet: 8F, 96 and BA. RGB value is (143,150,186). Sum of RGB (Red+Green+Blue) = 143+150+186=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96BA is #706945. Grayscale: #979797. Windows color (decimal): -7366982 or 12228239. OLE color: 12228239.

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

Color convert

RGB 143 150 186 -
CMYK 0.23 0.19 0 0.27
HSL 230.23º 0.24% 0.65% -
HSV(B) 230.23º 0.23% 0.73% -
XYZ 31.1 31.2 50.84 -
YUV 152.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 143 150 186 0.23 0.19 0 0.27 230.23 0.24 0.65
Hex 8F 96 BA 17 13 0 1B E6 18 41
Octal 217 226 272 27 23 0 33 346 30 101
Binary 10001111 10010110 10111010 10111 10011 0 11011 11100110 11000 1000001

Color Harmonies of #8F96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F96BA

Black with #8F96BA

Text Example


Text Example

White with #8F96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,186); }

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

background-color css

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

 a { background-color: rgb(143,150,186); }

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

border-color css

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

 span { border-color: rgb(143,150,186); }

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