Html Css Color HEX #908BDF Portage

📋 copy color: '#908BDF'

red 144 ◦ green 139 ◦ blue 223

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

Shades of Portage #908BDF

Tints of Portage #908BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.47%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 28.46%
G = 27.47%
B = 44.07%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#908BDF (or 0x908BDF) is known color: Portage. HEX triplet: 90, 8B and DF. RGB value is (144,139,223). Sum of RGB (Red+Green+Blue) = 144+139+223=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #908BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BDF is #6F7420. Grayscale: #959595. Windows color (decimal): -7304225 or 14650256. OLE color: 14650256.

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

Color convert

RGB 144 139 223 -
CMYK 0.35 0.38 0 0.13
HSL 243.57º 0.57% 0.71% -
HSV(B) 243.57º 0.38% 0.87% -
XYZ 34.05 29.72 73.75 -
YUV 150.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 144 139 223 0.35 0.38 0 0.13 243.57 0.57 0.71
Hex 90 8B DF 23 26 0 D F4 39 47
Octal 220 213 337 43 46 0 15 364 71 107
Binary 10010000 10001011 11011111 100011 100110 0 1101 11110100 111001 1000111

Color Harmonies of #908BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908BDF

Black with #908BDF

Text Example


Text Example

White with #908BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,139,223); }

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

background-color css

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

 a { background-color: rgb(144,139,223); }

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

border-color css

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

 span { border-color: rgb(144,139,223); }

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