Html Css Color HEX #919EED Portage

📋 copy color: '#919EED'

red 145 ◦ green 158 ◦ blue 237

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

Shades of Portage #919EED

Tints of Portage #919EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.26%

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

R = 26.85%
G = 29.26%
B = 43.89%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#919EED (or 0x919EED) is known color: Portage. HEX triplet: 91, 9E and ED. RGB value is (145,158,237). Sum of RGB (Red+Green+Blue) = 145+158+237=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #919EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EED is #6E6112. Grayscale: #A2A2A2. Windows color (decimal): -7233811 or 15572625. OLE color: 15572625.

HSL color Cylindrical-coordinate representation of color #919EED: hue angle of 231.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919EED is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 158 237 -
CMYK 0.39 0.33 0 0.07
HSL 231.52º 0.72% 0.75% -
HSV(B) 231.52º 0.39% 0.93% -
XYZ 39.19 36.59 85.12 -
YUV 163.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 145 158 237 0.39 0.33 0 0.07 231.52 0.72 0.75
Hex 91 9E ED 27 21 0 7 E8 48 4B
Octal 221 236 355 47 41 0 7 350 110 113
Binary 10010001 10011110 11101101 100111 100001 0 111 11101000 1001000 1001011

Color Harmonies of #919EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EED

Black with #919EED

Text Example


Text Example

White with #919EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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