Html Css Color HEX #92A6EF Portage

📋 copy color: '#92A6EF'

red 146 ◦ green 166 ◦ blue 239

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

Shades of Portage #92A6EF

Tints of Portage #92A6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.13%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 26.5%
G = 30.13%
B = 43.38%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92A6EF (or 0x92A6EF) is known color: Portage. HEX triplet: 92, A6 and EF. RGB value is (146,166,239). Sum of RGB (Red+Green+Blue) = 146+166+239=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #92A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A6EF is #6D5910. Grayscale: #A8A8A8. Windows color (decimal): -7166225 or 15705746. OLE color: 15705746.

HSL color Cylindrical-coordinate representation of color #92A6EF: hue angle of 227.1º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A6EF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 166 239 -
CMYK 0.39 0.31 0 0.06
HSL 227.1º 0.74% 0.75% -
HSV(B) 227.1º 0.39% 0.94% -
XYZ 41.07 39.62 87.14 -
YUV 168.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 146 166 239 0.39 0.31 0 0.06 227.1 0.74 0.75
Hex 92 A6 EF 27 1F 0 6 E3 4A 4B
Octal 222 246 357 47 37 0 6 343 112 113
Binary 10010010 10100110 11101111 100111 11111 0 110 11100011 1001010 1001011

Color Harmonies of #92A6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A6EF

Black with #92A6EF

Text Example


Text Example

White with #92A6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,166,239); }

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

background-color css

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

 a { background-color: rgb(146,166,239); }

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

border-color css

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

 span { border-color: rgb(146,166,239); }

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