Html Css Color HEX #908FEC Portage

📋 copy color: '#908FEC'

red 144 ◦ green 143 ◦ blue 236

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

Shades of Portage #908FEC

Tints of Portage #908FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 27.53%
G = 27.34%
B = 45.12%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#908FEC (or 0x908FEC) is known color: Portage. HEX triplet: 90, 8F and EC. RGB value is (144,143,236). Sum of RGB (Red+Green+Blue) = 144+143+236=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #908FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FEC is #6F7013. Grayscale: #999999. Windows color (decimal): -7303188 or 15503248. OLE color: 15503248.

HSL color Cylindrical-coordinate representation of color #908FEC: hue angle of 240.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908FEC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 143 236 -
CMYK 0.39 0.39 0 0.07
HSL 240.65º 0.71% 0.74% -
HSV(B) 240.65º 0.39% 0.93% -
XYZ 36.46 31.63 83.54 -
YUV 153.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 144 143 236 0.39 0.39 0 0.07 240.65 0.71 0.74
Hex 90 8F EC 27 27 0 7 F1 47 4A
Octal 220 217 354 47 47 0 7 361 107 112
Binary 10010000 10001111 11101100 100111 100111 0 111 11110001 1000111 1001010

Color Harmonies of #908FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908FEC

Black with #908FEC

Text Example


Text Example

White with #908FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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