Html Css Color HEX #908FDA Portage

📋 copy color: '#908FDA'

red 144 ◦ green 143 ◦ blue 218

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

Shades of Portage #908FDA

Tints of Portage #908FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 28.51%
G = 28.32%
B = 43.17%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#908FDA (or 0x908FDA) is known color: Portage. HEX triplet: 90, 8F and DA. RGB value is (144,143,218). Sum of RGB (Red+Green+Blue) = 144+143+218=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #908FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDA is #6F7025. Grayscale: #979797. Windows color (decimal): -7303206 or 14323600. OLE color: 14323600.

HSL color Cylindrical-coordinate representation of color #908FDA: hue angle of 240.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #908FDA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 143 218 -
CMYK 0.34 0.34 0 0.15
HSL 240.8º 0.5% 0.71% -
HSV(B) 240.8º 0.34% 0.85% -
XYZ 33.98 30.64 70.45 -
YUV 151.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 144 143 218 0.34 0.34 0 0.15 240.8 0.5 0.71
Hex 90 8F DA 22 22 0 F F1 32 47
Octal 220 217 332 42 42 0 17 361 62 107
Binary 10010000 10001111 11011010 100010 100010 0 1111 11110001 110010 1000111

Color Harmonies of #908FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908FDA

Black with #908FDA

Text Example


Text Example

White with #908FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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