Html Css Color HEX #908AE7 Portage

📋 copy color: '#908AE7'

red 144 ◦ green 138 ◦ blue 231

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

Shades of Portage #908AE7

Tints of Portage #908AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.03%

R = 28.07%
G = 26.9%
B = 45.03%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#908AE7 (or 0x908AE7) is known color: Portage. HEX triplet: 90, 8A and E7. RGB value is (144,138,231). Sum of RGB (Red+Green+Blue) = 144+138+231=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #908AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908AE7 is #6F7518. Grayscale: #969696. Windows color (decimal): -7304473 or 15174288. OLE color: 15174288.

HSL color Cylindrical-coordinate representation of color #908AE7: hue angle of 243.87º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908AE7 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 138 231 -
CMYK 0.38 0.40 0 0.09
HSL 243.87º 0.66% 0.72% -
HSV(B) 243.87º 0.4% 0.91% -
XYZ 35.01 29.88 79.52 -
YUV 150.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 144 138 231 0.38 0.40 0 0.09 243.87 0.66 0.72
Hex 90 8A E7 26 28 0 9 F4 42 48
Octal 220 212 347 46 50 0 11 364 102 110
Binary 10010000 10001010 11100111 100110 101000 0 1001 11110100 1000010 1001000

Color Harmonies of #908AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908AE7

Black with #908AE7

Text Example


Text Example

White with #908AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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