Html Css Color HEX #918AED Portage

📋 copy color: '#918AED'

red 145 ◦ green 138 ◦ blue 237

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

Shades of Portage #918AED

Tints of Portage #918AED

RGB

 RED value IS 145 (57.03% from 255) = 27.88%

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 27.88%
G = 26.54%
B = 45.58%

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

#918AED (or 0x918AED) is known color: Portage. HEX triplet: 91, 8A and ED. RGB value is (145,138,237). Sum of RGB (Red+Green+Blue) = 145+138+237=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #918AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AED is #6E7512. Grayscale: #969696. Windows color (decimal): -7238931 or 15567505. OLE color: 15567505.

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

Color convert

RGB 145 138 237 -
CMYK 0.39 0.42 0 0.07
HSL 244.24º 0.73% 0.74% -
HSV(B) 244.24º 0.42% 0.93% -
XYZ 36.05 30.31 84.07 -
YUV 151.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 145 138 237 0.39 0.42 0 0.07 244.24 0.73 0.74
Hex 91 8A ED 27 2A 0 7 F4 49 4A
Octal 221 212 355 47 52 0 7 364 111 112
Binary 10010001 10001010 11101101 100111 101010 0 111 11110100 1001001 1001010

Color Harmonies of #918AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AED

Black with #918AED

Text Example


Text Example

White with #918AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918AED; }

 p { color: rgb(145,138,237); }

 H1.HeaderClassName
 {
   color: #918AED;
 }
 .AnyTagClassName
 {
   color: #918AED;
 }
</style>

background-color css

<style>
 a { background-color: #918AED; }

 a { background-color: rgb(145,138,237); }

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

border-color css

<style>
 span { border-color: #918AED; }

 span { border-color: rgb(145,138,237); }

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