Html Css Color HEX #9296FE Portage

📋 copy color: '#9296FE'

red 146 ◦ green 150 ◦ blue 254

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

Shades of Portage #9296FE

Tints of Portage #9296FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.27%

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 26.55%
G = 27.27%
B = 46.18%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9296FE (or 0x9296FE) is known color: Portage. HEX triplet: 92, 96 and FE. RGB value is (146,150,254). Sum of RGB (Red+Green+Blue) = 146+150+254=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #9296FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9296FE is #6D6901. Grayscale: #A0A0A0. Windows color (decimal): -7170306 or 16684690. OLE color: 16684690.

HSL color Cylindrical-coordinate representation of color #9296FE: hue angle of 237.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9296FE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 146 150 254 -
CMYK 0.43 0.41 0 0.00
HSL 237.78º 0.98% 0.78% -
HSV(B) 237.78º 0.43% 1% -
XYZ 40.65 35.08 98.39 -
YUV 160.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 146 150 254 0.43 0.41 0 0.00 237.78 0.98 0.78
Hex 92 96 FE 2B 29 0 0 EE 62 4E
Octal 222 226 376 53 51 0 0 356 142 116
Binary 10010010 10010110 11111110 101011 101001 0 0 11101110 1100010 1001110

Color Harmonies of #9296FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296FE

Black with #9296FE

Text Example


Text Example

White with #9296FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9296FE; }

 p { color: rgb(146,150,254); }

 H1.HeaderClassName
 {
   color: #9296FE;
 }
 .AnyTagClassName
 {
   color: #9296FE;
 }
</style>

background-color css

<style>
 a { background-color: #9296FE; }

 a { background-color: rgb(146,150,254); }

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

border-color css

<style>
 span { border-color: #9296FE; }

 span { border-color: rgb(146,150,254); }

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