Html Css Color HEX #908EEE Portage

📋 copy color: '#908EEE'

red 144 ◦ green 142 ◦ blue 238

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

Shades of Portage #908EEE

Tints of Portage #908EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 27.48%
G = 27.1%
B = 45.42%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#908EEE (or 0x908EEE) is known color: Portage. HEX triplet: 90, 8E and EE. RGB value is (144,142,238). Sum of RGB (Red+Green+Blue) = 144+142+238=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #908EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EEE is #6F7111. Grayscale: #999999. Windows color (decimal): -7303442 or 15634064. OLE color: 15634064.

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

Color convert

RGB 144 142 238 -
CMYK 0.39 0.40 0 0.07
HSL 241.25º 0.74% 0.75% -
HSV(B) 241.25º 0.4% 0.93% -
XYZ 36.61 31.45 85.03 -
YUV 153.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 144 142 238 0.39 0.40 0 0.07 241.25 0.74 0.75
Hex 90 8E EE 27 28 0 7 F1 4A 4B
Octal 220 216 356 47 50 0 7 361 112 113
Binary 10010000 10001110 11101110 100111 101000 0 111 11110001 1001010 1001011

Color Harmonies of #908EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EEE

Black with #908EEE

Text Example


Text Example

White with #908EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,142,238); }

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

background-color css

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

 a { background-color: rgb(144,142,238); }

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

border-color css

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

 span { border-color: rgb(144,142,238); }

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