Html Css Color HEX #908FDE Portage

📋 copy color: '#908FDE'

red 144 ◦ green 143 ◦ blue 222

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

Shades of Portage #908FDE

Tints of Portage #908FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 28.29%
G = 28.09%
B = 43.61%

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

#908FDE (or 0x908FDE) is known color: Portage. HEX triplet: 90, 8F and DE. RGB value is (144,143,222). Sum of RGB (Red+Green+Blue) = 144+143+222=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #908FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDE is #6F7021. Grayscale: #979797. Windows color (decimal): -7303202 or 14585744. OLE color: 14585744.

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

Color convert

RGB 144 143 222 -
CMYK 0.35 0.36 0 0.13
HSL 240.76º 0.54% 0.72% -
HSV(B) 240.76º 0.36% 0.87% -
XYZ 34.51 30.85 73.24 -
YUV 152.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 144 143 222 0.35 0.36 0 0.13 240.76 0.54 0.72
Hex 90 8F DE 23 24 0 D F1 36 48
Octal 220 217 336 43 44 0 15 361 66 110
Binary 10010000 10001111 11011110 100011 100100 0 1101 11110001 110110 1001000

Color Harmonies of #908FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908FDE

Black with #908FDE

Text Example


Text Example

White with #908FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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