Html Css Color HEX #9299DF Portage

📋 copy color: '#9299DF'

red 146 ◦ green 153 ◦ blue 223

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

Shades of Portage #9299DF

Tints of Portage #9299DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 27.97%
G = 29.31%
B = 42.72%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9299DF (or 0x9299DF) is known color: Portage. HEX triplet: 92, 99 and DF. RGB value is (146,153,223). Sum of RGB (Red+Green+Blue) = 146+153+223=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9299DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299DF is #6D6620. Grayscale: #9E9E9E. Windows color (decimal): -7169569 or 14653842. OLE color: 14653842.

HSL color Cylindrical-coordinate representation of color #9299DF: hue angle of 234.55º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9299DF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 153 223 -
CMYK 0.35 0.31 0 0.13
HSL 234.55º 0.55% 0.72% -
HSV(B) 234.55º 0.35% 0.87% -
XYZ 36.56 34.22 74.49 -
YUV 158.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 146 153 223 0.35 0.31 0 0.13 234.55 0.55 0.72
Hex 92 99 DF 23 1F 0 D EB 37 48
Octal 222 231 337 43 37 0 15 353 67 110
Binary 10010010 10011001 11011111 100011 11111 0 1101 11101011 110111 1001000

Color Harmonies of #9299DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9299DF

Black with #9299DF

Text Example


Text Example

White with #9299DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9299DF; }

 p { color: rgb(146,153,223); }

 H1.HeaderClassName
 {
   color: #9299DF;
 }
 .AnyTagClassName
 {
   color: #9299DF;
 }
</style>

background-color css

<style>
 a { background-color: #9299DF; }

 a { background-color: rgb(146,153,223); }

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

border-color css

<style>
 span { border-color: #9299DF; }

 span { border-color: rgb(146,153,223); }

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