Html Css Color HEX #908DDD Portage

📋 copy color: '#908DDD'

red 144 ◦ green 141 ◦ blue 221

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

Shades of Portage #908DDD

Tints of Portage #908DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 28.46%
G = 27.87%
B = 43.68%

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

#908DDD (or 0x908DDD) is known color: Portage. HEX triplet: 90, 8D and DD. RGB value is (144,141,221). Sum of RGB (Red+Green+Blue) = 144+141+221=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #908DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DDD is #6F7222. Grayscale: #969696. Windows color (decimal): -7303715 or 14519696. OLE color: 14519696.

HSL color Cylindrical-coordinate representation of color #908DDD: hue angle of 242.25º degrees, saturation: 0.54, 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 #908DDD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 141 221 -
CMYK 0.35 0.36 0 0.13
HSL 242.25º 0.54% 0.71% -
HSV(B) 242.25º 0.36% 0.87% -
XYZ 34.08 30.2 72.44 -
YUV 151.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 144 141 221 0.35 0.36 0 0.13 242.25 0.54 0.71
Hex 90 8D DD 23 24 0 D F2 36 47
Octal 220 215 335 43 44 0 15 362 66 107
Binary 10010000 10001101 11011101 100011 100100 0 1101 11110010 110110 1000111

Color Harmonies of #908DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DDD

Black with #908DDD

Text Example


Text Example

White with #908DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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