Html Css Color HEX #9690EC Portage

📋 copy color: '#9690EC'

red 150 ◦ green 144 ◦ blue 236

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

Shades of Portage #9690EC

Tints of Portage #9690EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 28.3%
G = 27.17%
B = 44.53%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9690EC (or 0x9690EC) is known color: Portage. HEX triplet: 96, 90 and EC. RGB value is (150,144,236). Sum of RGB (Red+Green+Blue) = 150+144+236=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #9690EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690EC is #696F13. Grayscale: #9B9B9B. Windows color (decimal): -6909716 or 15503510. OLE color: 15503510.

HSL color Cylindrical-coordinate representation of color #9690EC: hue angle of 243.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9690EC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 144 236 -
CMYK 0.36 0.39 0 0.07
HSL 243.91º 0.71% 0.75% -
HSV(B) 243.91º 0.39% 0.93% -
XYZ 37.69 32.49 83.64 -
YUV 156.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 150 144 236 0.36 0.39 0 0.07 243.91 0.71 0.75
Hex 96 90 EC 24 27 0 7 F4 47 4B
Octal 226 220 354 44 47 0 7 364 107 113
Binary 10010110 10010000 11101100 100100 100111 0 111 11110100 1000111 1001011

Color Harmonies of #9690EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9690EC

Black with #9690EC

Text Example


Text Example

White with #9690EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9690EC; }

 p { color: rgb(150,144,236); }

 H1.HeaderClassName
 {
   color: #9690EC;
 }
 .AnyTagClassName
 {
   color: #9690EC;
 }
</style>

background-color css

<style>
 a { background-color: #9690EC; }

 a { background-color: rgb(150,144,236); }

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

border-color css

<style>
 span { border-color: #9690EC; }

 span { border-color: rgb(150,144,236); }

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