Html Css Color HEX #9697DF Portage

📋 copy color: '#9697DF'

red 150 ◦ green 151 ◦ blue 223

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

Shades of Portage #9697DF

Tints of Portage #9697DF

RGB

 RED value IS 150 (58.98% from 255) = 28.63%

 GREEN value IS 151 (59.38% from 255) = 28.82%

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

R = 28.63%
G = 28.82%
B = 42.56%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9697DF (or 0x9697DF) is known color: Portage. HEX triplet: 96, 97 and DF. RGB value is (150,151,223). Sum of RGB (Red+Green+Blue) = 150+151+223=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9697DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697DF is #696820. Grayscale: #9E9E9E. Windows color (decimal): -6907937 or 14653334. OLE color: 14653334.

HSL color Cylindrical-coordinate representation of color #9697DF: hue angle of 239.18º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9697DF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 151 223 -
CMYK 0.33 0.32 0 0.13
HSL 239.18º 0.53% 0.73% -
HSV(B) 239.18º 0.33% 0.87% -
XYZ 36.96 33.94 74.42 -
YUV 158.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 150 151 223 0.33 0.32 0 0.13 239.18 0.53 0.73
Hex 96 97 DF 21 20 0 D EF 35 49
Octal 226 227 337 41 40 0 15 357 65 111
Binary 10010110 10010111 11011111 100001 100000 0 1101 11101111 110101 1001001

Color Harmonies of #9697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9697DF

Black with #9697DF

Text Example


Text Example

White with #9697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,151,223); }

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

background-color css

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

 a { background-color: rgb(150,151,223); }

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

border-color css

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

 span { border-color: rgb(150,151,223); }

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