Html Css Color HEX #908AEC Portage

📋 copy color: '#908AEC'

red 144 ◦ green 138 ◦ blue 236

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

Shades of Portage #908AEC

Tints of Portage #908AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.64%

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

R = 27.8%
G = 26.64%
B = 45.56%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#908AEC (or 0x908AEC) is known color: Portage. HEX triplet: 90, 8A and EC. RGB value is (144,138,236). Sum of RGB (Red+Green+Blue) = 144+138+236=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #908AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908AEC is #6F7513. Grayscale: #969696. Windows color (decimal): -7304468 or 15501968. OLE color: 15501968.

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

Color convert

RGB 144 138 236 -
CMYK 0.39 0.42 0 0.07
HSL 243.67º 0.72% 0.73% -
HSV(B) 243.67º 0.42% 0.93% -
XYZ 35.73 30.16 83.3 -
YUV 150.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 144 138 236 0.39 0.42 0 0.07 243.67 0.72 0.73
Hex 90 8A EC 27 2A 0 7 F4 48 49
Octal 220 212 354 47 52 0 7 364 110 111
Binary 10010000 10001010 11101100 100111 101010 0 111 11110100 1001000 1001001

Color Harmonies of #908AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908AEC

Black with #908AEC

Text Example


Text Example

White with #908AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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