Html Css Color HEX #8F9CC2 Rock Blue

📋 copy color: '#8F9CC2'

red 143 ◦ green 156 ◦ blue 194

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

Shades of Rock Blue #8F9CC2

Tints of Rock Blue #8F9CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 29.01%
G = 31.64%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F9CC2 (or 0x8F9CC2) is known color: Rock Blue. HEX triplet: 8F, 9C and C2. RGB value is (143,156,194). Sum of RGB (Red+Green+Blue) = 143+156+194=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F9CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CC2 is #70633D. Grayscale: #9C9C9C. Windows color (decimal): -7365438 or 12754063. OLE color: 12754063.

HSL color Cylindrical-coordinate representation of color #8F9CC2: hue angle of 224.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9CC2 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 156 194 -
CMYK 0.26 0.20 0 0.24
HSL 224.71º 0.29% 0.66% -
HSV(B) 224.71º 0.26% 0.76% -
XYZ 32.95 33.51 55.77 -
YUV 156.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 143 156 194 0.26 0.20 0 0.24 224.71 0.29 0.66
Hex 8F 9C C2 1A 14 0 18 E1 1D 42
Octal 217 234 302 32 24 0 30 341 35 102
Binary 10001111 10011100 11000010 11010 10100 0 11000 11100001 11101 1000010

Color Harmonies of #8F9CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CC2

Black with #8F9CC2

Text Example


Text Example

White with #8F9CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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