Html Css Color HEX #918BE4 Portage

📋 copy color: '#918BE4'

red 145 ◦ green 139 ◦ blue 228

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

Shades of Portage #918BE4

Tints of Portage #918BE4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 28.32%
G = 27.15%
B = 44.53%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#918BE4 (or 0x918BE4) is known color: Portage. HEX triplet: 91, 8B and E4. RGB value is (145,139,228). Sum of RGB (Red+Green+Blue) = 145+139+228=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #918BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BE4 is #6E741B. Grayscale: #969696. Windows color (decimal): -7238684 or 14977937. OLE color: 14977937.

HSL color Cylindrical-coordinate representation of color #918BE4: hue angle of 244.04º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918BE4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 145 139 228 -
CMYK 0.36 0.39 0 0.11
HSL 244.04º 0.62% 0.72% -
HSV(B) 244.04º 0.39% 0.89% -
XYZ 34.91 30.09 77.37 -
YUV 150.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 145 139 228 0.36 0.39 0 0.11 244.04 0.62 0.72
Hex 91 8B E4 24 27 0 B F4 3E 48
Octal 221 213 344 44 47 0 13 364 76 110
Binary 10010001 10001011 11100100 100100 100111 0 1011 11110100 111110 1001000

Color Harmonies of #918BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918BE4

Black with #918BE4

Text Example


Text Example

White with #918BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,228); }

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

background-color css

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

 a { background-color: rgb(145,139,228); }

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

border-color css

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

 span { border-color: rgb(145,139,228); }

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