Html Css Color HEX #8D9BC6 Rock Blue

📋 copy color: '#8D9BC6'

red 141 ◦ green 155 ◦ blue 198

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

Shades of Rock Blue #8D9BC6

Tints of Rock Blue #8D9BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 28.54%
G = 31.38%
B = 40.08%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D9BC6 (or 0x8D9BC6) is known color: Rock Blue. HEX triplet: 8D, 9B and C6. RGB value is (141,155,198). Sum of RGB (Red+Green+Blue) = 141+155+198=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D9BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BC6 is #726439. Grayscale: #9B9B9B. Windows color (decimal): -7496762 or 13015949. OLE color: 13015949.

HSL color Cylindrical-coordinate representation of color #8D9BC6: hue angle of 225.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D9BC6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 155 198 -
CMYK 0.29 0.22 0 0.22
HSL 225.26º 0.33% 0.66% -
HSV(B) 225.26º 0.29% 0.78% -
XYZ 32.9 33.18 58.1 -
YUV 155.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 141 155 198 0.29 0.22 0 0.22 225.26 0.33 0.66
Hex 8D 9B C6 1D 16 0 16 E1 21 42
Octal 215 233 306 35 26 0 26 341 41 102
Binary 10001101 10011011 11000110 11101 10110 0 10110 11100001 100001 1000010

Color Harmonies of #8D9BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9BC6

Black with #8D9BC6

Text Example


Text Example

White with #8D9BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,155,198); }

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

background-color css

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

 a { background-color: rgb(141,155,198); }

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

border-color css

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

 span { border-color: rgb(141,155,198); }

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