Html Css Color HEX #908EE3 Portage

📋 copy color: '#908EE3'

red 144 ◦ green 142 ◦ blue 227

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

Shades of Portage #908EE3

Tints of Portage #908EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.25%

R = 28.07%
G = 27.68%
B = 44.25%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#908EE3 (or 0x908EE3) is known color: Portage. HEX triplet: 90, 8E and E3. RGB value is (144,142,227). Sum of RGB (Red+Green+Blue) = 144+142+227=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #908EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EE3 is #6F711C. Grayscale: #979797. Windows color (decimal): -7303453 or 14913168. OLE color: 14913168.

HSL color Cylindrical-coordinate representation of color #908EE3: hue angle of 241.41º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #908EE3 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 142 227 -
CMYK 0.37 0.37 0 0.11
HSL 241.41º 0.6% 0.72% -
HSV(B) 241.41º 0.37% 0.89% -
XYZ 35.04 30.82 76.78 -
YUV 152.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 144 142 227 0.37 0.37 0 0.11 241.41 0.6 0.72
Hex 90 8E E3 25 25 0 B F1 3C 48
Octal 220 216 343 45 45 0 13 361 74 110
Binary 10010000 10001110 11100011 100101 100101 0 1011 11110001 111100 1001000

Color Harmonies of #908EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EE3

Black with #908EE3

Text Example


Text Example

White with #908EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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