Html Css Color HEX #8FA3BE Rock Blue

📋 copy color: '#8FA3BE'

red 143 ◦ green 163 ◦ blue 190

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

Shades of Rock Blue #8FA3BE

Tints of Rock Blue #8FA3BE

RGB

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

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

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

R = 28.83%
G = 32.86%
B = 38.31%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FA3BE (or 0x8FA3BE) is known color: Rock Blue. HEX triplet: 8F, A3 and BE. RGB value is (143,163,190). Sum of RGB (Red+Green+Blue) = 143+163+190=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3BE is #705C41. Grayscale: #9F9F9F. Windows color (decimal): -7363650 or 12493711. OLE color: 12493711.

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

Color convert

RGB 143 163 190 -
CMYK 0.25 0.14 0 0.25
HSL 214.47º 0.27% 0.65% -
HSV(B) 214.47º 0.25% 0.75% -
XYZ 33.72 35.75 53.84 -
YUV 160.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 143 163 190 0.25 0.14 0 0.25 214.47 0.27 0.65
Hex 8F A3 BE 19 E 0 19 D6 1B 41
Octal 217 243 276 31 16 0 31 326 33 101
Binary 10001111 10100011 10111110 11001 1110 0 11001 11010110 11011 1000001

Color Harmonies of #8FA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3BE

Black with #8FA3BE

Text Example


Text Example

White with #8FA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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