Html Css Color HEX #92A2DD Portage

📋 copy color: '#92A2DD'

red 146 ◦ green 162 ◦ blue 221

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

Shades of Portage #92A2DD

Tints of Portage #92A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 27.6%
G = 30.62%
B = 41.78%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#92A2DD (or 0x92A2DD) is known color: Portage. HEX triplet: 92, A2 and DD. RGB value is (146,162,221). Sum of RGB (Red+Green+Blue) = 146+162+221=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #92A2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2DD is #6D5D22. Grayscale: #A3A3A3. Windows color (decimal): -7167267 or 14525074. OLE color: 14525074.

HSL color Cylindrical-coordinate representation of color #92A2DD: hue angle of 227.2º 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 #92A2DD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 162 221 -
CMYK 0.34 0.27 0 0.13
HSL 227.2º 0.52% 0.72% -
HSV(B) 227.2º 0.34% 0.87% -
XYZ 37.83 37.17 73.59 -
YUV 163.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 146 162 221 0.34 0.27 0 0.13 227.2 0.52 0.72
Hex 92 A2 DD 22 1B 0 D E3 34 48
Octal 222 242 335 42 33 0 15 343 64 110
Binary 10010010 10100010 11011101 100010 11011 0 1101 11100011 110100 1001000

Color Harmonies of #92A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A2DD

Black with #92A2DD

Text Example


Text Example

White with #92A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A2DD; }

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

 H1.HeaderClassName
 {
   color: #92A2DD;
 }
 .AnyTagClassName
 {
   color: #92A2DD;
 }
</style>

background-color css

<style>
 a { background-color: #92A2DD; }

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

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

border-color css

<style>
 span { border-color: #92A2DD; }

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

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