Html Css Color HEX #9699ED Portage

📋 copy color: '#9699ED'

red 150 ◦ green 153 ◦ blue 237

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

Shades of Portage #9699ED

Tints of Portage #9699ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 27.78%
G = 28.33%
B = 43.89%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9699ED (or 0x9699ED) is known color: Portage. HEX triplet: 96, 99 and ED. RGB value is (150,153,237). Sum of RGB (Red+Green+Blue) = 150+153+237=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #9699ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699ED is #696612. Grayscale: #A1A1A1. Windows color (decimal): -6907411 or 15571350. OLE color: 15571350.

HSL color Cylindrical-coordinate representation of color #9699ED: hue angle of 237.93º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9699ED is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 153 237 -
CMYK 0.37 0.35 0 0.07
HSL 237.93º 0.71% 0.76% -
HSV(B) 237.93º 0.37% 0.93% -
XYZ 39.25 35.38 84.88 -
YUV 161.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 150 153 237 0.37 0.35 0 0.07 237.93 0.71 0.76
Hex 96 99 ED 25 23 0 7 EE 47 4C
Octal 226 231 355 45 43 0 7 356 107 114
Binary 10010110 10011001 11101101 100101 100011 0 111 11101110 1000111 1001100

Color Harmonies of #9699ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699ED

Black with #9699ED

Text Example


Text Example

White with #9699ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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