Html Css Color HEX #919EEE Portage

📋 copy color: '#919EEE'

red 145 ◦ green 158 ◦ blue 238

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

Shades of Portage #919EEE

Tints of Portage #919EEE

RGB

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

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

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

R = 26.8%
G = 29.21%
B = 43.99%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#919EEE (or 0x919EEE) is known color: Portage. HEX triplet: 91, 9E and EE. RGB value is (145,158,238). Sum of RGB (Red+Green+Blue) = 145+158+238=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #919EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EEE is #6E6111. Grayscale: #A2A2A2. Windows color (decimal): -7233810 or 15638161. OLE color: 15638161.

HSL color Cylindrical-coordinate representation of color #919EEE: hue angle of 231.61º degrees, saturation: 0.73, 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 #919EEE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 158 238 -
CMYK 0.39 0.34 0 0.07
HSL 231.61º 0.73% 0.75% -
HSV(B) 231.61º 0.39% 0.93% -
XYZ 39.34 36.65 85.89 -
YUV 163.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 145 158 238 0.39 0.34 0 0.07 231.61 0.73 0.75
Hex 91 9E EE 27 22 0 7 E8 49 4B
Octal 221 236 356 47 42 0 7 350 111 113
Binary 10010001 10011110 11101110 100111 100010 0 111 11101000 1001001 1001011

Color Harmonies of #919EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EEE

Black with #919EEE

Text Example


Text Example

White with #919EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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