Html Css Color HEX #908CF1 Portage

📋 copy color: '#908CF1'

red 144 ◦ green 140 ◦ blue 241

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

Shades of Portage #908CF1

Tints of Portage #908CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 27.43%
G = 26.67%
B = 45.9%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#908CF1 (or 0x908CF1) is known color: Portage. HEX triplet: 90, 8C and F1. RGB value is (144,140,241). Sum of RGB (Red+Green+Blue) = 144+140+241=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #908CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CF1 is #6F730E. Grayscale: #989898. Windows color (decimal): -7303951 or 15830160. OLE color: 15830160.

HSL color Cylindrical-coordinate representation of color #908CF1: hue angle of 242.38º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908CF1 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 140 241 -
CMYK 0.40 0.42 0 0.05
HSL 242.38º 0.78% 0.75% -
HSV(B) 242.38º 0.42% 0.95% -
XYZ 36.76 31.04 87.27 -
YUV 152.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 144 140 241 0.40 0.42 0 0.05 242.38 0.78 0.75
Hex 90 8C F1 28 2A 0 5 F2 4E 4B
Octal 220 214 361 50 52 0 5 362 116 113
Binary 10010000 10001100 11110001 101000 101010 0 101 11110010 1001110 1001011

Color Harmonies of #908CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CF1

Black with #908CF1

Text Example


Text Example

White with #908CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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