Html Css Color HEX #8F9EB5 Rock Blue

📋 copy color: '#8F9EB5'

red 143 ◦ green 158 ◦ blue 181

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

Shades of Rock Blue #8F9EB5

Tints of Rock Blue #8F9EB5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 29.67%
G = 32.78%
B = 37.55%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8F9EB5 (or 0x8F9EB5) is known color: Rock Blue. HEX triplet: 8F, 9E and B5. RGB value is (143,158,181). Sum of RGB (Red+Green+Blue) = 143+158+181=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #8F9EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EB5 is #70614A. Grayscale: #9C9C9C. Windows color (decimal): -7364939 or 11902607. OLE color: 11902607.

HSL color Cylindrical-coordinate representation of color #8F9EB5: hue angle of 216.32º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9EB5 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 158 181 -
CMYK 0.21 0.13 0 0.29
HSL 216.32º 0.2% 0.64% -
HSV(B) 216.32º 0.21% 0.71% -
XYZ 31.9 33.63 48.53 -
YUV 156.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 143 158 181 0.21 0.13 0 0.29 216.32 0.2 0.64
Hex 8F 9E B5 15 D 0 1D D8 14 40
Octal 217 236 265 25 15 0 35 330 24 100
Binary 10001111 10011110 10110101 10101 1101 0 11101 11011000 10100 1000000

Color Harmonies of #8F9EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EB5

Black with #8F9EB5

Text Example


Text Example

White with #8F9EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,181); }

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

background-color css

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

 a { background-color: rgb(143,158,181); }

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

border-color css

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

 span { border-color: rgb(143,158,181); }

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