Html Css Color HEX #908FDD Portage

📋 copy color: '#908FDD'

red 144 ◦ green 143 ◦ blue 221

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

Shades of Portage #908FDD

Tints of Portage #908FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

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

R = 28.35%
G = 28.15%
B = 43.5%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#908FDD (or 0x908FDD) is known color: Portage. HEX triplet: 90, 8F and DD. RGB value is (144,143,221). Sum of RGB (Red+Green+Blue) = 144+143+221=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #908FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDD is #6F7022. Grayscale: #979797. Windows color (decimal): -7303203 or 14520208. OLE color: 14520208.

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

Color convert

RGB 144 143 221 -
CMYK 0.35 0.35 0 0.13
HSL 240.77º 0.53% 0.71% -
HSV(B) 240.77º 0.35% 0.87% -
XYZ 34.38 30.79 72.54 -
YUV 152.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 144 143 221 0.35 0.35 0 0.13 240.77 0.53 0.71
Hex 90 8F DD 23 23 0 D F1 35 47
Octal 220 217 335 43 43 0 15 361 65 107
Binary 10010000 10001111 11011101 100011 100011 0 1101 11110001 110101 1000111

Color Harmonies of #908FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908FDD

Black with #908FDD

Text Example


Text Example

White with #908FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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