Html Css Color HEX #908DDF Portage

📋 copy color: '#908DDF'

red 144 ◦ green 141 ◦ blue 223

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

Shades of Portage #908DDF

Tints of Portage #908DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.76%

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

R = 28.35%
G = 27.76%
B = 43.9%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#908DDF (or 0x908DDF) is known color: Portage. HEX triplet: 90, 8D and DF. RGB value is (144,141,223). Sum of RGB (Red+Green+Blue) = 144+141+223=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #908DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DDF is #6F7220. Grayscale: #969696. Windows color (decimal): -7303713 or 14650768. OLE color: 14650768.

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

Color convert

RGB 144 141 223 -
CMYK 0.35 0.37 0 0.13
HSL 242.2º 0.56% 0.71% -
HSV(B) 242.2º 0.37% 0.87% -
XYZ 34.35 30.31 73.85 -
YUV 151.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 144 141 223 0.35 0.37 0 0.13 242.2 0.56 0.71
Hex 90 8D DF 23 25 0 D F2 38 47
Octal 220 215 337 43 45 0 15 362 70 107
Binary 10010000 10001101 11011111 100011 100101 0 1101 11110010 111000 1000111

Color Harmonies of #908DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DDF

Black with #908DDF

Text Example


Text Example

White with #908DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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