Html Css Color HEX #929ADB Portage

📋 copy color: '#929ADB'

red 146 ◦ green 154 ◦ blue 219

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

Shades of Portage #929ADB

Tints of Portage #929ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

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

R = 28.13%
G = 29.67%
B = 42.2%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#929ADB (or 0x929ADB) is known color: Portage. HEX triplet: 92, 9A and DB. RGB value is (146,154,219). Sum of RGB (Red+Green+Blue) = 146+154+219=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #929ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ADB is #6D6524. Grayscale: #9E9E9E. Windows color (decimal): -7169317 or 14391954. OLE color: 14391954.

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

Color convert

RGB 146 154 219 -
CMYK 0.33 0.30 0 0.14
HSL 233.42º 0.5% 0.72% -
HSV(B) 233.42º 0.33% 0.86% -
XYZ 36.2 34.34 71.74 -
YUV 159.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 146 154 219 0.33 0.30 0 0.14 233.42 0.5 0.72
Hex 92 9A DB 21 1E 0 E E9 32 48
Octal 222 232 333 41 36 0 16 351 62 110
Binary 10010010 10011010 11011011 100001 11110 0 1110 11101001 110010 1001000

Color Harmonies of #929ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929ADB

Black with #929ADB

Text Example


Text Example

White with #929ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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