Html Css Color HEX #9698DF Portage

📋 copy color: '#9698DF'

red 150 ◦ green 152 ◦ blue 223

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

Shades of Portage #9698DF

Tints of Portage #9698DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

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

R = 28.57%
G = 28.95%
B = 42.48%

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

#9698DF (or 0x9698DF) is known color: Portage. HEX triplet: 96, 98 and DF. RGB value is (150,152,223). Sum of RGB (Red+Green+Blue) = 150+152+223=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9698DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698DF is #696720. Grayscale: #9F9F9F. Windows color (decimal): -6907681 or 14653590. OLE color: 14653590.

HSL color Cylindrical-coordinate representation of color #9698DF: hue angle of 238.36º 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 #9698DF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 152 223 -
CMYK 0.33 0.32 0 0.13
HSL 238.36º 0.53% 0.73% -
HSV(B) 238.36º 0.33% 0.87% -
XYZ 37.13 34.27 74.47 -
YUV 159.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 150 152 223 0.33 0.32 0 0.13 238.36 0.53 0.73
Hex 96 98 DF 21 20 0 D EE 35 49
Octal 226 230 337 41 40 0 15 356 65 111
Binary 10010110 10011000 11011111 100001 100000 0 1101 11101110 110101 1001001

Color Harmonies of #9698DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698DF

Black with #9698DF

Text Example


Text Example

White with #9698DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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