Html Css Color HEX #929FDB Portage

📋 copy color: '#929FDB'

red 146 ◦ green 159 ◦ blue 219

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

Shades of Portage #929FDB

Tints of Portage #929FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

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

R = 27.86%
G = 30.34%
B = 41.79%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#929FDB (or 0x929FDB) is known color: Portage. HEX triplet: 92, 9F and DB. RGB value is (146,159,219). Sum of RGB (Red+Green+Blue) = 146+159+219=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #929FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FDB is #6D6024. Grayscale: #A1A1A1. Windows color (decimal): -7168037 or 14393234. OLE color: 14393234.

HSL color Cylindrical-coordinate representation of color #929FDB: hue angle of 229.32º 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 #929FDB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 159 219 -
CMYK 0.33 0.27 0 0.14
HSL 229.32º 0.5% 0.72% -
HSV(B) 229.32º 0.33% 0.86% -
XYZ 37.04 36.02 72.02 -
YUV 161.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 146 159 219 0.33 0.27 0 0.14 229.32 0.5 0.72
Hex 92 9F DB 21 1B 0 E E5 32 48
Octal 222 237 333 41 33 0 16 345 62 110
Binary 10010010 10011111 11011011 100001 11011 0 1110 11100101 110010 1001000

Color Harmonies of #929FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929FDB

Black with #929FDB

Text Example


Text Example

White with #929FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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