Html Css Color HEX #9296FA Portage

📋 copy color: '#9296FA'

red 146 ◦ green 150 ◦ blue 250

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

Shades of Portage #9296FA

Tints of Portage #9296FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 26.74%
G = 27.47%
B = 45.79%

CMYK

 C value IS 0.42

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9296FA (or 0x9296FA) is known color: Portage. HEX triplet: 92, 96 and FA. RGB value is (146,150,250). Sum of RGB (Red+Green+Blue) = 146+150+250=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #9296FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9296FA is #6D6905. Grayscale: #9F9F9F. Windows color (decimal): -7170310 or 16422546. OLE color: 16422546.

HSL color Cylindrical-coordinate representation of color #9296FA: hue angle of 237.69º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9296FA is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 150 250 -
CMYK 0.42 0.4 0 0.02
HSL 237.69º 0.91% 0.78% -
HSV(B) 237.69º 0.42% 0.98% -
XYZ 40.02 34.83 95.06 -
YUV 160.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 146 150 250 0.42 0.4 0 0.02 237.69 0.91 0.78
Hex 92 96 FA 2A 28 0 2 EE 5B 4E
Octal 222 226 372 52 50 0 2 356 133 116
Binary 10010010 10010110 11111010 101010 101000 0 10 11101110 1011011 1001110

Color Harmonies of #9296FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296FA

Black with #9296FA

Text Example


Text Example

White with #9296FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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