Html Css Color HEX #908EDE Portage

📋 copy color: '#908EDE'

red 144 ◦ green 142 ◦ blue 222

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

Shades of Portage #908EDE

Tints of Portage #908EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 28.35%
G = 27.95%
B = 43.7%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#908EDE (or 0x908EDE) is known color: Portage. HEX triplet: 90, 8E and DE. RGB value is (144,142,222). Sum of RGB (Red+Green+Blue) = 144+142+222=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #908EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDE is #6F7121. Grayscale: #979797. Windows color (decimal): -7303458 or 14585488. OLE color: 14585488.

HSL color Cylindrical-coordinate representation of color #908EDE: hue angle of 241.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908EDE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 142 222 -
CMYK 0.35 0.36 0 0.13
HSL 241.5º 0.55% 0.71% -
HSV(B) 241.5º 0.36% 0.87% -
XYZ 34.36 30.55 73.19 -
YUV 151.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 144 142 222 0.35 0.36 0 0.13 241.5 0.55 0.71
Hex 90 8E DE 23 24 0 D F2 37 47
Octal 220 216 336 43 44 0 15 362 67 107
Binary 10010000 10001110 11011110 100011 100100 0 1101 11110010 110111 1000111

Color Harmonies of #908EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EDE

Black with #908EDE

Text Example


Text Example

White with #908EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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