Html Css Color HEX #9694EC Portage

📋 copy color: '#9694EC'

red 150 ◦ green 148 ◦ blue 236

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

Shades of Portage #9694EC

Tints of Portage #9694EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

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

R = 28.09%
G = 27.72%
B = 44.19%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9694EC (or 0x9694EC) is known color: Portage. HEX triplet: 96, 94 and EC. RGB value is (150,148,236). Sum of RGB (Red+Green+Blue) = 150+148+236=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #9694EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9694EC is #696B13. Grayscale: #9E9E9E. Windows color (decimal): -6908692 or 15504534. OLE color: 15504534.

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

Color convert

RGB 150 148 236 -
CMYK 0.36 0.37 0 0.07
HSL 241.36º 0.7% 0.75% -
HSV(B) 241.36º 0.37% 0.93% -
XYZ 38.31 33.72 83.85 -
YUV 158.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 150 148 236 0.36 0.37 0 0.07 241.36 0.7 0.75
Hex 96 94 EC 24 25 0 7 F1 46 4B
Octal 226 224 354 44 45 0 7 361 106 113
Binary 10010110 10010100 11101100 100100 100101 0 111 11110001 1000110 1001011

Color Harmonies of #9694EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9694EC

Black with #9694EC

Text Example


Text Example

White with #9694EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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