Html Css Color HEX #8C97DB Portage

📋 copy color: '#8C97DB'

red 140 ◦ green 151 ◦ blue 219

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

Shades of Portage #8C97DB

Tints of Portage #8C97DB

RGB

 RED value IS 140 (55.08% from 255) = 27.45%

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 27.45%
G = 29.61%
B = 42.94%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C97DB (or 0x8C97DB) is known color: Portage. HEX triplet: 8C, 97 and DB. RGB value is (140,151,219). Sum of RGB (Red+Green+Blue) = 140+151+219=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C97DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97DB is #736824. Grayscale: #9B9B9B. Windows color (decimal): -7563301 or 14391180. OLE color: 14391180.

HSL color Cylindrical-coordinate representation of color #8C97DB: hue angle of 231.65º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C97DB is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 151 219 -
CMYK 0.36 0.31 0 0.14
HSL 231.65º 0.52% 0.7% -
HSV(B) 231.65º 0.36% 0.86% -
XYZ 34.67 32.82 71.53 -
YUV 155.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 140 151 219 0.36 0.31 0 0.14 231.65 0.52 0.7
Hex 8C 97 DB 24 1F 0 E E8 34 46
Octal 214 227 333 44 37 0 16 350 64 106
Binary 10001100 10010111 11011011 100100 11111 0 1110 11101000 110100 1000110

Color Harmonies of #8C97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C97DB

Black with #8C97DB

Text Example


Text Example

White with #8C97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,219); }

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

background-color css

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

 a { background-color: rgb(140,151,219); }

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

border-color css

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

 span { border-color: rgb(140,151,219); }

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