Html Css Color HEX #8D9FBE Rock Blue

📋 copy color: '#8D9FBE'

red 141 ◦ green 159 ◦ blue 190

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

Shades of Rock Blue #8D9FBE

Tints of Rock Blue #8D9FBE

RGB

 RED value IS 141 (55.47% from 255) = 28.78%

 GREEN value IS 159 (62.5% from 255) = 32.45%

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

R = 28.78%
G = 32.45%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D9FBE (or 0x8D9FBE) is known color: Rock Blue. HEX triplet: 8D, 9F and BE. RGB value is (141,159,190). Sum of RGB (Red+Green+Blue) = 141+159+190=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FBE is #726041. Grayscale: #9D9D9D. Windows color (decimal): -7495746 or 12492685. OLE color: 12492685.

HSL color Cylindrical-coordinate representation of color #8D9FBE: hue angle of 217.96º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D9FBE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 159 190 -
CMYK 0.26 0.16 0 0.25
HSL 217.96º 0.27% 0.65% -
HSV(B) 217.96º 0.26% 0.75% -
XYZ 32.68 34.18 53.59 -
YUV 157.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 141 159 190 0.26 0.16 0 0.25 217.96 0.27 0.65
Hex 8D 9F BE 1A 10 0 19 DA 1B 41
Octal 215 237 276 32 20 0 31 332 33 101
Binary 10001101 10011111 10111110 11010 10000 0 11001 11011010 11011 1000001

Color Harmonies of #8D9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9FBE

Black with #8D9FBE

Text Example


Text Example

White with #8D9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,159,190); }

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

background-color css

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

 a { background-color: rgb(141,159,190); }

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

border-color css

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

 span { border-color: rgb(141,159,190); }

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