Html Css Color HEX #918EED Portage

📋 copy color: '#918EED'

red 145 ◦ green 142 ◦ blue 237

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

Shades of Portage #918EED

Tints of Portage #918EED

RGB

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

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

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

R = 27.67%
G = 27.1%
B = 45.23%

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

#918EED (or 0x918EED) is known color: Portage. HEX triplet: 91, 8E and ED. RGB value is (145,142,237). Sum of RGB (Red+Green+Blue) = 145+142+237=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #918EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EED is #6E7112. Grayscale: #999999. Windows color (decimal): -7237907 or 15568529. OLE color: 15568529.

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

Color convert

RGB 145 142 237 -
CMYK 0.39 0.40 0 0.07
HSL 241.89º 0.73% 0.74% -
HSV(B) 241.89º 0.4% 0.93% -
XYZ 36.64 31.48 84.27 -
YUV 153.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 145 142 237 0.39 0.40 0 0.07 241.89 0.73 0.74
Hex 91 8E ED 27 28 0 7 F2 49 4A
Octal 221 216 355 47 50 0 7 362 111 112
Binary 10010001 10001110 11101101 100111 101000 0 111 11110010 1001001 1001010

Color Harmonies of #918EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918EED

Black with #918EED

Text Example


Text Example

White with #918EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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