Html Css Color HEX #929AD5 Portage

📋 copy color: '#929AD5'

red 146 ◦ green 154 ◦ blue 213

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

Shades of Portage #929AD5

Tints of Portage #929AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 28.46%
G = 30.02%
B = 41.52%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#929AD5 (or 0x929AD5) is known color: Portage. HEX triplet: 92, 9A and D5. RGB value is (146,154,213). Sum of RGB (Red+Green+Blue) = 146+154+213=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #929AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AD5 is #6D652A. Grayscale: #9E9E9E. Windows color (decimal): -7169323 or 13998738. OLE color: 13998738.

HSL color Cylindrical-coordinate representation of color #929AD5: hue angle of 232.84º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929AD5 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 154 213 -
CMYK 0.31 0.28 0 0.16
HSL 232.84º 0.44% 0.7% -
HSV(B) 232.84º 0.31% 0.84% -
XYZ 35.42 34.03 67.65 -
YUV 158.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 146 154 213 0.31 0.28 0 0.16 232.84 0.44 0.7
Hex 92 9A D5 1F 1C 0 10 E9 2C 46
Octal 222 232 325 37 34 0 20 351 54 106
Binary 10010010 10011010 11010101 11111 11100 0 10000 11101001 101100 1000110

Color Harmonies of #929AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929AD5

Black with #929AD5

Text Example


Text Example

White with #929AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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