Html Css Color HEX #929EDB Portage

📋 copy color: '#929EDB'

red 146 ◦ green 158 ◦ blue 219

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

Shades of Portage #929EDB

Tints of Portage #929EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 27.92%
G = 30.21%
B = 41.87%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#929EDB (or 0x929EDB) is known color: Portage. HEX triplet: 92, 9E and DB. RGB value is (146,158,219). Sum of RGB (Red+Green+Blue) = 146+158+219=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #929EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EDB is #6D6124. Grayscale: #A1A1A1. Windows color (decimal): -7168293 or 14392978. OLE color: 14392978.

HSL color Cylindrical-coordinate representation of color #929EDB: hue angle of 230.14º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929EDB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 158 219 -
CMYK 0.33 0.28 0 0.14
HSL 230.14º 0.5% 0.72% -
HSV(B) 230.14º 0.33% 0.86% -
XYZ 36.87 35.68 71.96 -
YUV 161.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 146 158 219 0.33 0.28 0 0.14 230.14 0.5 0.72
Hex 92 9E DB 21 1C 0 E E6 32 48
Octal 222 236 333 41 34 0 16 346 62 110
Binary 10010010 10011110 11011011 100001 11100 0 1110 11100110 110010 1001000

Color Harmonies of #929EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EDB

Black with #929EDB

Text Example


Text Example

White with #929EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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