Html Css Color HEX #929ED1 Portage

📋 copy color: '#929ED1'

red 146 ◦ green 158 ◦ blue 209

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

Shades of Portage #929ED1

Tints of Portage #929ED1

RGB

 RED value IS 146 (57.42% from 255) = 28.46%

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 28.46%
G = 30.8%
B = 40.74%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#929ED1 (or 0x929ED1) is known color: Portage. HEX triplet: 92, 9E and D1. RGB value is (146,158,209). Sum of RGB (Red+Green+Blue) = 146+158+209=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #929ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ED1 is #6D612E. Grayscale: #A0A0A0. Windows color (decimal): -7168303 or 13737618. OLE color: 13737618.

HSL color Cylindrical-coordinate representation of color #929ED1: hue angle of 228.57º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929ED1 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 158 209 -
CMYK 0.30 0.24 0 0.18
HSL 228.57º 0.41% 0.7% -
HSV(B) 228.57º 0.3% 0.82% -
XYZ 35.59 35.17 65.23 -
YUV 160.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 146 158 209 0.30 0.24 0 0.18 228.57 0.41 0.7
Hex 92 9E D1 1E 18 0 12 E5 29 46
Octal 222 236 321 36 30 0 22 345 51 106
Binary 10010010 10011110 11010001 11110 11000 0 10010 11100101 101001 1000110

Color Harmonies of #929ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929ED1

Black with #929ED1

Text Example


Text Example

White with #929ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929ED1; }

 p { color: rgb(146,158,209); }

 H1.HeaderClassName
 {
   color: #929ED1;
 }
 .AnyTagClassName
 {
   color: #929ED1;
 }
</style>

background-color css

<style>
 a { background-color: #929ED1; }

 a { background-color: rgb(146,158,209); }

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

border-color css

<style>
 span { border-color: #929ED1; }

 span { border-color: rgb(146,158,209); }

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