Html Css Color HEX #8D96BE Rock Blue

📋 copy color: '#8D96BE'

red 141 ◦ green 150 ◦ blue 190

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

Shades of Rock Blue #8D96BE

Tints of Rock Blue #8D96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 29.31%
G = 31.19%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D96BE (or 0x8D96BE) is known color: Rock Blue. HEX triplet: 8D, 96 and BE. RGB value is (141,150,190). Sum of RGB (Red+Green+Blue) = 141+150+190=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96BE is #726941. Grayscale: #979797. Windows color (decimal): -7498050 or 12490381. OLE color: 12490381.

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

Color convert

RGB 141 150 190 -
CMYK 0.26 0.21 0 0.25
HSL 228.98º 0.27% 0.65% -
HSV(B) 228.98º 0.26% 0.75% -
XYZ 31.19 31.19 53.09 -
YUV 151.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 141 150 190 0.26 0.21 0 0.25 228.98 0.27 0.65
Hex 8D 96 BE 1A 15 0 19 E5 1B 41
Octal 215 226 276 32 25 0 31 345 33 101
Binary 10001101 10010110 10111110 11010 10101 0 11001 11100101 11011 1000001

Color Harmonies of #8D96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96BE

Black with #8D96BE

Text Example


Text Example

White with #8D96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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