Html Css Color HEX #8F9CBE Rock Blue

📋 copy color: '#8F9CBE'

red 143 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #8F9CBE

Tints of Rock Blue #8F9CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

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

R = 29.24%
G = 31.9%
B = 38.85%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F9CBE (or 0x8F9CBE) is known color: Rock Blue. HEX triplet: 8F, 9C and BE. RGB value is (143,156,190). Sum of RGB (Red+Green+Blue) = 143+156+190=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CBE is #706341. Grayscale: #9B9B9B. Windows color (decimal): -7365442 or 12491919. OLE color: 12491919.

HSL color Cylindrical-coordinate representation of color #8F9CBE: hue angle of 223.4º 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 #8F9CBE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 156 190 -
CMYK 0.25 0.18 0 0.25
HSL 223.4º 0.27% 0.65% -
HSV(B) 223.4º 0.25% 0.75% -
XYZ 32.51 33.33 53.44 -
YUV 155.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 143 156 190 0.25 0.18 0 0.25 223.4 0.27 0.65
Hex 8F 9C BE 19 12 0 19 DF 1B 41
Octal 217 234 276 31 22 0 31 337 33 101
Binary 10001111 10011100 10111110 11001 10010 0 11001 11011111 11011 1000001

Color Harmonies of #8F9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CBE

Black with #8F9CBE

Text Example


Text Example

White with #8F9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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