Html Css Color HEX #8D97B3 Rock Blue

📋 copy color: '#8D97B3'

red 141 ◦ green 151 ◦ blue 179

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

Shades of Rock Blue #8D97B3

Tints of Rock Blue #8D97B3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.06%

 BLUE value IS 179 (70.31% from 255) = 38%

R = 29.94%
G = 32.06%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8D97B3 (or 0x8D97B3) is known color: Rock Blue. HEX triplet: 8D, 97 and B3. RGB value is (141,151,179). Sum of RGB (Red+Green+Blue) = 141+151+179=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D97B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D97B3 is #72684C. Grayscale: #979797. Windows color (decimal): -7497805 or 11769741. OLE color: 11769741.

HSL color Cylindrical-coordinate representation of color #8D97B3: hue angle of 224.21º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D97B3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 151 179 -
CMYK 0.21 0.16 0 0.30
HSL 224.21º 0.2% 0.63% -
HSV(B) 224.21º 0.21% 0.7% -
XYZ 30.19 31.05 47.05 -
YUV 151.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 141 151 179 0.21 0.16 0 0.30 224.21 0.2 0.63
Hex 8D 97 B3 15 10 0 1E E0 14 3F
Octal 215 227 263 25 20 0 36 340 24 77
Binary 10001101 10010111 10110011 10101 10000 0 11110 11100000 10100 111111

Color Harmonies of #8D97B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D97B3

Black with #8D97B3

Text Example


Text Example

White with #8D97B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,179); }

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

background-color css

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

 a { background-color: rgb(141,151,179); }

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

border-color css

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

 span { border-color: rgb(141,151,179); }

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