Html Css Color HEX #908CDD Portage

📋 copy color: '#908CDD'

red 144 ◦ green 140 ◦ blue 221

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

Shades of Portage #908CDD

Tints of Portage #908CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.72%

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

R = 28.51%
G = 27.72%
B = 43.76%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#908CDD (or 0x908CDD) is known color: Portage. HEX triplet: 90, 8C and DD. RGB value is (144,140,221). Sum of RGB (Red+Green+Blue) = 144+140+221=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #908CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CDD is #6F7322. Grayscale: #969696. Windows color (decimal): -7303971 or 14519440. OLE color: 14519440.

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

Color convert

RGB 144 140 221 -
CMYK 0.35 0.37 0 0.13
HSL 242.96º 0.54% 0.71% -
HSV(B) 242.96º 0.37% 0.87% -
XYZ 33.93 29.91 72.39 -
YUV 150.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 144 140 221 0.35 0.37 0 0.13 242.96 0.54 0.71
Hex 90 8C DD 23 25 0 D F3 36 47
Octal 220 214 335 43 45 0 15 363 66 107
Binary 10010000 10001100 11011101 100011 100101 0 1101 11110011 110110 1000111

Color Harmonies of #908CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CDD

Black with #908CDD

Text Example


Text Example

White with #908CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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