Html Css Color HEX #918AEE Portage

📋 copy color: '#918AEE'

red 145 ◦ green 138 ◦ blue 238

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

Shades of Portage #918AEE

Tints of Portage #918AEE

RGB

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

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

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

R = 27.83%
G = 26.49%
B = 45.68%

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

#918AEE (or 0x918AEE) is known color: Portage. HEX triplet: 91, 8A and EE. RGB value is (145,138,238). Sum of RGB (Red+Green+Blue) = 145+138+238=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #918AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AEE is #6E7511. Grayscale: #979797. Windows color (decimal): -7238930 or 15633041. OLE color: 15633041.

HSL color Cylindrical-coordinate representation of color #918AEE: hue angle of 244.2º degrees, saturation: 0.75, 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 #918AEE is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 138 238 -
CMYK 0.39 0.42 0 0.07
HSL 244.2º 0.75% 0.74% -
HSV(B) 244.2º 0.42% 0.93% -
XYZ 36.2 30.37 84.84 -
YUV 151.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 145 138 238 0.39 0.42 0 0.07 244.2 0.75 0.74
Hex 91 8A EE 27 2A 0 7 F4 4B 4A
Octal 221 212 356 47 52 0 7 364 113 112
Binary 10010001 10001010 11101110 100111 101010 0 111 11110100 1001011 1001010

Color Harmonies of #918AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AEE

Black with #918AEE

Text Example


Text Example

White with #918AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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