Html Css Color HEX #8F9AC3 Rock Blue

📋 copy color: '#8F9AC3'

red 143 ◦ green 154 ◦ blue 195

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

Shades of Rock Blue #8F9AC3

Tints of Rock Blue #8F9AC3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 195 (76.56% from 255) = 39.63%

R = 29.07%
G = 31.3%
B = 39.63%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F9AC3 (or 0x8F9AC3) is known color: Rock Blue. HEX triplet: 8F, 9A and C3. RGB value is (143,154,195). Sum of RGB (Red+Green+Blue) = 143+154+195=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F9AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9AC3 is #70653C. Grayscale: #9B9B9B. Windows color (decimal): -7365949 or 12819087. OLE color: 12819087.

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

Color convert

RGB 143 154 195 -
CMYK 0.27 0.21 0 0.24
HSL 227.31º 0.3% 0.66% -
HSV(B) 227.31º 0.27% 0.76% -
XYZ 32.73 32.89 56.25 -
YUV 155.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 143 154 195 0.27 0.21 0 0.24 227.31 0.3 0.66
Hex 8F 9A C3 1B 15 0 18 E3 1E 42
Octal 217 232 303 33 25 0 30 343 36 102
Binary 10001111 10011010 11000011 11011 10101 0 11000 11100011 11110 1000010

Color Harmonies of #8F9AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9AC3

Black with #8F9AC3

Text Example


Text Example

White with #8F9AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,154,195); }

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

background-color css

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

 a { background-color: rgb(143,154,195); }

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

border-color css

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

 span { border-color: rgb(143,154,195); }

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