Html Css Color HEX #908EDB Portage

📋 copy color: '#908EDB'

red 144 ◦ green 142 ◦ blue 219

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

Shades of Portage #908EDB

Tints of Portage #908EDB

RGB

 RED value IS 144 (56.64% from 255) = 28.51%

 GREEN value IS 142 (55.86% from 255) = 28.12%

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

R = 28.51%
G = 28.12%
B = 43.37%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#908EDB (or 0x908EDB) is known color: Portage. HEX triplet: 90, 8E and DB. RGB value is (144,142,219). Sum of RGB (Red+Green+Blue) = 144+142+219=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #908EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDB is #6F7124. Grayscale: #979797. Windows color (decimal): -7303461 or 14388880. OLE color: 14388880.

HSL color Cylindrical-coordinate representation of color #908EDB: hue angle of 241.56º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908EDB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 142 219 -
CMYK 0.34 0.35 0 0.14
HSL 241.56º 0.52% 0.71% -
HSV(B) 241.56º 0.35% 0.86% -
XYZ 33.96 30.39 71.09 -
YUV 151.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 144 142 219 0.34 0.35 0 0.14 241.56 0.52 0.71
Hex 90 8E DB 22 23 0 E F2 34 47
Octal 220 216 333 42 43 0 16 362 64 107
Binary 10010000 10001110 11011011 100010 100011 0 1110 11110010 110100 1000111

Color Harmonies of #908EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EDB

Black with #908EDB

Text Example


Text Example

White with #908EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908EDB; }

 p { color: rgb(144,142,219); }

 H1.HeaderClassName
 {
   color: #908EDB;
 }
 .AnyTagClassName
 {
   color: #908EDB;
 }
</style>

background-color css

<style>
 a { background-color: #908EDB; }

 a { background-color: rgb(144,142,219); }

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

border-color css

<style>
 span { border-color: #908EDB; }

 span { border-color: rgb(144,142,219); }

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