Html Css Color HEX #919ECB Portage

📋 copy color: '#919ECB'

red 145 ◦ green 158 ◦ blue 203

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

Shades of Portage #919ECB

Tints of Portage #919ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 28.66%
G = 31.23%
B = 40.12%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#919ECB (or 0x919ECB) is known color: Portage. HEX triplet: 91, 9E and CB. RGB value is (145,158,203). Sum of RGB (Red+Green+Blue) = 145+158+203=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #919ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ECB is #6E6134. Grayscale: #9F9F9F. Windows color (decimal): -7233845 or 13344401. OLE color: 13344401.

HSL color Cylindrical-coordinate representation of color #919ECB: hue angle of 226.55º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919ECB is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 158 203 -
CMYK 0.29 0.22 0 0.20
HSL 226.55º 0.36% 0.68% -
HSV(B) 226.55º 0.29% 0.8% -
XYZ 34.68 34.79 61.39 -
YUV 159.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 145 158 203 0.29 0.22 0 0.20 226.55 0.36 0.68
Hex 91 9E CB 1D 16 0 14 E3 24 44
Octal 221 236 313 35 26 0 24 343 44 104
Binary 10010001 10011110 11001011 11101 10110 0 10100 11100011 100100 1000100

Color Harmonies of #919ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ECB

Black with #919ECB

Text Example


Text Example

White with #919ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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