Html Css Color HEX #8FA3C1 Rock Blue

📋 copy color: '#8FA3C1'

red 143 ◦ green 163 ◦ blue 193

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

Shades of Rock Blue #8FA3C1

Tints of Rock Blue #8FA3C1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.67%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 28.66%
G = 32.67%
B = 38.68%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8FA3C1 (or 0x8FA3C1) is known color: Rock Blue. HEX triplet: 8F, A3 and C1. RGB value is (143,163,193). Sum of RGB (Red+Green+Blue) = 143+163+193=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FA3C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3C1 is #705C3E. Grayscale: #A0A0A0. Windows color (decimal): -7363647 or 12690319. OLE color: 12690319.

HSL color Cylindrical-coordinate representation of color #8FA3C1: hue angle of 216º 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 #8FA3C1 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 163 193 -
CMYK 0.26 0.16 0 0.24
HSL 216º 0.29% 0.66% -
HSV(B) 216º 0.26% 0.76% -
XYZ 34.05 35.88 55.58 -
YUV 160.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 143 163 193 0.26 0.16 0 0.24 216 0.29 0.66
Hex 8F A3 C1 1A 10 0 18 D8 1D 42
Octal 217 243 301 32 20 0 30 330 35 102
Binary 10001111 10100011 11000001 11010 10000 0 11000 11011000 11101 1000010

Color Harmonies of #8FA3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3C1

Black with #8FA3C1

Text Example


Text Example

White with #8FA3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,163,193); }

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

background-color css

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

 a { background-color: rgb(143,163,193); }

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

border-color css

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

 span { border-color: rgb(143,163,193); }

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