Html Css Color HEX #8FA5BF Rock Blue

📋 copy color: '#8FA5BF'

red 143 ◦ green 165 ◦ blue 191

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

Shades of Rock Blue #8FA5BF

Tints of Rock Blue #8FA5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.07%

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

R = 28.66%
G = 33.07%
B = 38.28%

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

#8FA5BF (or 0x8FA5BF) is known color: Rock Blue. HEX triplet: 8F, A5 and BF. RGB value is (143,165,191). Sum of RGB (Red+Green+Blue) = 143+165+191=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA5BF is #705A40. Grayscale: #A1A1A1. Windows color (decimal): -7363137 or 12559759. OLE color: 12559759.

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

Color convert

RGB 143 165 191 -
CMYK 0.25 0.14 0 0.25
HSL 212.5º 0.27% 0.65% -
HSV(B) 212.5º 0.25% 0.75% -
XYZ 34.19 36.51 54.54 -
YUV 161.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 143 165 191 0.25 0.14 0 0.25 212.5 0.27 0.65
Hex 8F A5 BF 19 E 0 19 D4 1B 41
Octal 217 245 277 31 16 0 31 324 33 101
Binary 10001111 10100101 10111111 11001 1110 0 11001 11010100 11011 1000001

Color Harmonies of #8FA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA5BF

Black with #8FA5BF

Text Example


Text Example

White with #8FA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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