Html Css Color HEX #929EE6 Portage

📋 copy color: '#929EE6'

red 146 ◦ green 158 ◦ blue 230

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

Shades of Portage #929EE6

Tints of Portage #929EE6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.59%

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 27.34%
G = 29.59%
B = 43.07%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#929EE6 (or 0x929EE6) is known color: Portage. HEX triplet: 92, 9E and E6. RGB value is (146,158,230). Sum of RGB (Red+Green+Blue) = 146+158+230=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #929EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929EE6 is #6D6119. Grayscale: #A2A2A2. Windows color (decimal): -7168282 or 15113874. OLE color: 15113874.

HSL color Cylindrical-coordinate representation of color #929EE6: hue angle of 231.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #929EE6 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 158 230 -
CMYK 0.37 0.31 0 0.10
HSL 231.43º 0.63% 0.74% -
HSV(B) 231.43º 0.37% 0.9% -
XYZ 38.36 36.28 79.84 -
YUV 162.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 146 158 230 0.37 0.31 0 0.10 231.43 0.63 0.74
Hex 92 9E E6 25 1F 0 A E7 3F 4A
Octal 222 236 346 45 37 0 12 347 77 112
Binary 10010010 10011110 11100110 100101 11111 0 1010 11100111 111111 1001010

Color Harmonies of #929EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EE6

Black with #929EE6

Text Example


Text Example

White with #929EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,158,230); }

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

background-color css

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

 a { background-color: rgb(146,158,230); }

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

border-color css

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

 span { border-color: rgb(146,158,230); }

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