Html Css Color HEX #908EE1 Portage

📋 copy color: '#908EE1'

red 144 ◦ green 142 ◦ blue 225

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

Shades of Portage #908EE1

Tints of Portage #908EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 28.18%
G = 27.79%
B = 44.03%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#908EE1 (or 0x908EE1) is known color: Portage. HEX triplet: 90, 8E and E1. RGB value is (144,142,225). Sum of RGB (Red+Green+Blue) = 144+142+225=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #908EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EE1 is #6F711E. Grayscale: #979797. Windows color (decimal): -7303455 or 14782096. OLE color: 14782096.

HSL color Cylindrical-coordinate representation of color #908EE1: hue angle of 241.45º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908EE1 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 142 225 -
CMYK 0.36 0.37 0 0.12
HSL 241.45º 0.58% 0.72% -
HSV(B) 241.45º 0.37% 0.88% -
XYZ 34.77 30.71 75.33 -
YUV 152.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 144 142 225 0.36 0.37 0 0.12 241.45 0.58 0.72
Hex 90 8E E1 24 25 0 C F1 3A 48
Octal 220 216 341 44 45 0 14 361 72 110
Binary 10010000 10001110 11100001 100100 100101 0 1100 11110001 111010 1001000

Color Harmonies of #908EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EE1

Black with #908EE1

Text Example


Text Example

White with #908EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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