Html Css Color HEX #92A2EE Portage

📋 copy color: '#92A2EE'

red 146 ◦ green 162 ◦ blue 238

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

Shades of Portage #92A2EE

Tints of Portage #92A2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 26.74%
G = 29.67%
B = 43.59%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92A2EE (or 0x92A2EE) is known color: Portage. HEX triplet: 92, A2 and EE. RGB value is (146,162,238). Sum of RGB (Red+Green+Blue) = 146+162+238=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #92A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A2EE is #6D5D11. Grayscale: #A5A5A5. Windows color (decimal): -7167250 or 15639186. OLE color: 15639186.

HSL color Cylindrical-coordinate representation of color #92A2EE: hue angle of 229.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A2EE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 162 238 -
CMYK 0.39 0.32 0 0.07
HSL 229.57º 0.73% 0.75% -
HSV(B) 229.57º 0.39% 0.93% -
XYZ 40.21 38.12 86.13 -
YUV 165.88 168.7 113.82 -
System Red Green Blue C M Y K H S L
Decimal 146 162 238 0.39 0.32 0 0.07 229.57 0.73 0.75
Hex 92 A2 EE 27 20 0 7 E6 49 4B
Octal 222 242 356 47 40 0 7 346 111 113
Binary 10010010 10100010 11101110 100111 100000 0 111 11100110 1001001 1001011

Color Harmonies of #92A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A2EE

Black with #92A2EE

Text Example


Text Example

White with #92A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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