Html Css Color HEX #8C93DB Portage

📋 copy color: '#8C93DB'

red 140 ◦ green 147 ◦ blue 219

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

Shades of Portage #8C93DB

Tints of Portage #8C93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 27.67%
G = 29.05%
B = 43.28%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C93DB (or 0x8C93DB) is known color: Portage. HEX triplet: 8C, 93 and DB. RGB value is (140,147,219). Sum of RGB (Red+Green+Blue) = 140+147+219=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93DB is #736C24. Grayscale: #989898. Windows color (decimal): -7564325 or 14390156. OLE color: 14390156.

HSL color Cylindrical-coordinate representation of color #8C93DB: hue angle of 234.68º 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 #8C93DB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 147 219 -
CMYK 0.36 0.33 0 0.14
HSL 234.68º 0.52% 0.7% -
HSV(B) 234.68º 0.36% 0.86% -
XYZ 34.04 31.56 71.32 -
YUV 153.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 140 147 219 0.36 0.33 0 0.14 234.68 0.52 0.7
Hex 8C 93 DB 24 21 0 E EB 34 46
Octal 214 223 333 44 41 0 16 353 64 106
Binary 10001100 10010011 11011011 100100 100001 0 1110 11101011 110100 1000110

Color Harmonies of #8C93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93DB

Black with #8C93DB

Text Example


Text Example

White with #8C93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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