Html Css Color HEX #929ADD Portage

📋 copy color: '#929ADD'

red 146 ◦ green 154 ◦ blue 221

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

Shades of Portage #929ADD

Tints of Portage #929ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 28.02%
G = 29.56%
B = 42.42%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#929ADD (or 0x929ADD) is known color: Portage. HEX triplet: 92, 9A and DD. RGB value is (146,154,221). Sum of RGB (Red+Green+Blue) = 146+154+221=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #929ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ADD is #6D6522. Grayscale: #9E9E9E. Windows color (decimal): -7169315 or 14523026. OLE color: 14523026.

HSL color Cylindrical-coordinate representation of color #929ADD: hue angle of 233.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929ADD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 154 221 -
CMYK 0.34 0.30 0 0.13
HSL 233.6º 0.52% 0.72% -
HSV(B) 233.6º 0.34% 0.87% -
XYZ 36.46 34.44 73.13 -
YUV 159.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 146 154 221 0.34 0.30 0 0.13 233.6 0.52 0.72
Hex 92 9A DD 22 1E 0 D EA 34 48
Octal 222 232 335 42 36 0 15 352 64 110
Binary 10010010 10011010 11011101 100010 11110 0 1101 11101010 110100 1001000

Color Harmonies of #929ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929ADD

Black with #929ADD

Text Example


Text Example

White with #929ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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