Html Css Color HEX #908DEA Portage

📋 copy color: '#908DEA'

red 144 ◦ green 141 ◦ blue 234

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

Shades of Portage #908DEA

Tints of Portage #908DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 27.75%
G = 27.17%
B = 45.09%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#908DEA (or 0x908DEA) is known color: Portage. HEX triplet: 90, 8D and EA. RGB value is (144,141,234). Sum of RGB (Red+Green+Blue) = 144+141+234=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #908DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DEA is #6F7215. Grayscale: #989898. Windows color (decimal): -7303702 or 15371664. OLE color: 15371664.

HSL color Cylindrical-coordinate representation of color #908DEA: hue angle of 241.94º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908DEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 141 234 -
CMYK 0.38 0.40 0 0.08
HSL 241.94º 0.69% 0.74% -
HSV(B) 241.94º 0.4% 0.92% -
XYZ 35.88 30.92 81.92 -
YUV 152.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 144 141 234 0.38 0.40 0 0.08 241.94 0.69 0.74
Hex 90 8D EA 26 28 0 8 F2 45 4A
Octal 220 215 352 46 50 0 10 362 105 112
Binary 10010000 10001101 11101010 100110 101000 0 1000 11110010 1000101 1001010

Color Harmonies of #908DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DEA

Black with #908DEA

Text Example


Text Example

White with #908DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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