Html Css Color HEX #929ADE Portage

📋 copy color: '#929ADE'

red 146 ◦ green 154 ◦ blue 222

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

Shades of Portage #929ADE

Tints of Portage #929ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 27.97%
G = 29.5%
B = 42.53%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#929ADE (or 0x929ADE) is known color: Portage. HEX triplet: 92, 9A and DE. RGB value is (146,154,222). Sum of RGB (Red+Green+Blue) = 146+154+222=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #929ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ADE is #6D6521. Grayscale: #9F9F9F. Windows color (decimal): -7169314 or 14588562. OLE color: 14588562.

HSL color Cylindrical-coordinate representation of color #929ADE: hue angle of 233.68º degrees, saturation: 0.54, 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 #929ADE is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 154 222 -
CMYK 0.34 0.31 0 0.13
HSL 233.68º 0.54% 0.72% -
HSV(B) 233.68º 0.34% 0.87% -
XYZ 36.59 34.5 73.84 -
YUV 159.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 146 154 222 0.34 0.31 0 0.13 233.68 0.54 0.72
Hex 92 9A DE 22 1F 0 D EA 36 48
Octal 222 232 336 42 37 0 15 352 66 110
Binary 10010010 10011010 11011110 100010 11111 0 1101 11101010 110110 1001000

Color Harmonies of #929ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929ADE

Black with #929ADE

Text Example


Text Example

White with #929ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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