Html Css Color HEX #8D9CBE Rock Blue

📋 copy color: '#8D9CBE'

red 141 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #8D9CBE

Tints of Rock Blue #8D9CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

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

R = 28.95%
G = 32.03%
B = 39.01%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D9CBE (or 0x8D9CBE) is known color: Rock Blue. HEX triplet: 8D, 9C and BE. RGB value is (141,156,190). Sum of RGB (Red+Green+Blue) = 141+156+190=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBE is #726341. Grayscale: #9B9B9B. Windows color (decimal): -7496514 or 12491917. OLE color: 12491917.

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

Color convert

RGB 141 156 190 -
CMYK 0.26 0.18 0 0.25
HSL 221.63º 0.27% 0.65% -
HSV(B) 221.63º 0.26% 0.75% -
XYZ 32.17 33.16 53.42 -
YUV 155.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 141 156 190 0.26 0.18 0 0.25 221.63 0.27 0.65
Hex 8D 9C BE 1A 12 0 19 DE 1B 41
Octal 215 234 276 32 22 0 31 336 33 101
Binary 10001101 10011100 10111110 11010 10010 0 11001 11011110 11011 1000001

Color Harmonies of #8D9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CBE

Black with #8D9CBE

Text Example


Text Example

White with #8D9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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