Html Css Color HEX #8F9CBF Rock Blue

📋 copy color: '#8F9CBF'

red 143 ◦ green 156 ◦ blue 191

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

Shades of Rock Blue #8F9CBF

Tints of Rock Blue #8F9CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 29.18%
G = 31.84%
B = 38.98%

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

#8F9CBF (or 0x8F9CBF) is known color: Rock Blue. HEX triplet: 8F, 9C and BF. RGB value is (143,156,191). Sum of RGB (Red+Green+Blue) = 143+156+191=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CBF is #706340. Grayscale: #9B9B9B. Windows color (decimal): -7365441 or 12557455. OLE color: 12557455.

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

Color convert

RGB 143 156 191 -
CMYK 0.25 0.18 0 0.25
HSL 223.75º 0.27% 0.65% -
HSV(B) 223.75º 0.25% 0.75% -
XYZ 32.62 33.38 54.01 -
YUV 156.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 143 156 191 0.25 0.18 0 0.25 223.75 0.27 0.65
Hex 8F 9C BF 19 12 0 19 E0 1B 41
Octal 217 234 277 31 22 0 31 340 33 101
Binary 10001111 10011100 10111111 11001 10010 0 11001 11100000 11011 1000001

Color Harmonies of #8F9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CBF

Black with #8F9CBF

Text Example


Text Example

White with #8F9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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