Html Css Color HEX #908EDF Portage

📋 copy color: '#908EDF'

red 144 ◦ green 142 ◦ blue 223

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

Shades of Portage #908EDF

Tints of Portage #908EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 28.29%
G = 27.9%
B = 43.81%

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

#908EDF (or 0x908EDF) is known color: Portage. HEX triplet: 90, 8E and DF. RGB value is (144,142,223). Sum of RGB (Red+Green+Blue) = 144+142+223=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #908EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDF is #6F7120. Grayscale: #979797. Windows color (decimal): -7303457 or 14651024. OLE color: 14651024.

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

Color convert

RGB 144 142 223 -
CMYK 0.35 0.36 0 0.13
HSL 241.48º 0.56% 0.72% -
HSV(B) 241.48º 0.36% 0.87% -
XYZ 34.49 30.6 73.9 -
YUV 151.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 144 142 223 0.35 0.36 0 0.13 241.48 0.56 0.72
Hex 90 8E DF 23 24 0 D F1 38 48
Octal 220 216 337 43 44 0 15 361 70 110
Binary 10010000 10001110 11011111 100011 100100 0 1101 11110001 111000 1001000

Color Harmonies of #908EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EDF

Black with #908EDF

Text Example


Text Example

White with #908EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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