Html Css Color HEX #9699FF Portage

📋 copy color: '#9699FF'

red 150 ◦ green 153 ◦ blue 255

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

Shades of Portage #9699FF

Tints of Portage #9699FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 26.88%
G = 27.42%
B = 45.7%

CMYK

 C value IS 0.41

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9699FF (or 0x9699FF) is known color: Portage. HEX triplet: 96, 99 and FF. RGB value is (150,153,255). Sum of RGB (Red+Green+Blue) = 150+153+255=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #9699FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699FF is #696600. Grayscale: #A3A3A3. Windows color (decimal): -6907393 or 16750998. OLE color: 16750998.

HSL color Cylindrical-coordinate representation of color #9699FF: hue angle of 238.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9699FF is Cyan = 0.41, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 153 255 -
CMYK 0.41 0.4 0 0
HSL 238.29º 1% 0.79% -
HSV(B) 238.29º 0.41% 1% -
XYZ 42.02 36.49 99.44 -
YUV 163.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 150 153 255 0.41 0.4 0 0 238.29 1 0.79
Hex 96 99 FF 29 28 0 0 EE 64 4F
Octal 226 231 377 51 50 0 0 356 144 117
Binary 10010110 10011001 11111111 101001 101000 0 0 11101110 1100100 1001111

Color Harmonies of #9699FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699FF

Black with #9699FF

Text Example


Text Example

White with #9699FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9699FF; }

 p { color: rgb(150,153,255); }

 H1.HeaderClassName
 {
   color: #9699FF;
 }
 .AnyTagClassName
 {
   color: #9699FF;
 }
</style>

background-color css

<style>
 a { background-color: #9699FF; }

 a { background-color: rgb(150,153,255); }

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

border-color css

<style>
 span { border-color: #9699FF; }

 span { border-color: rgb(150,153,255); }

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