Html Css Color HEX #919EDF Portage

📋 copy color: '#919EDF'

red 145 ◦ green 158 ◦ blue 223

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

Shades of Portage #919EDF

Tints of Portage #919EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 27.57%
G = 30.04%
B = 42.4%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#919EDF (or 0x919EDF) is known color: Portage. HEX triplet: 91, 9E and DF. RGB value is (145,158,223). Sum of RGB (Red+Green+Blue) = 145+158+223=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #919EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EDF is #6E6120. Grayscale: #A1A1A1. Windows color (decimal): -7233825 or 14655121. OLE color: 14655121.

HSL color Cylindrical-coordinate representation of color #919EDF: hue angle of 230º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919EDF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 158 223 -
CMYK 0.35 0.29 0 0.13
HSL 230º 0.55% 0.72% -
HSV(B) 230º 0.35% 0.87% -
XYZ 37.22 35.8 74.76 -
YUV 161.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 145 158 223 0.35 0.29 0 0.13 230 0.55 0.72
Hex 91 9E DF 23 1D 0 D E6 37 48
Octal 221 236 337 43 35 0 15 346 67 110
Binary 10010001 10011110 11011111 100011 11101 0 1101 11100110 110111 1001000

Color Harmonies of #919EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EDF

Black with #919EDF

Text Example


Text Example

White with #919EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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