Html Css Color HEX #9690F5 Portage

📋 copy color: '#9690F5'

red 150 ◦ green 144 ◦ blue 245

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

Shades of Portage #9690F5

Tints of Portage #9690F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.45%

R = 27.83%
G = 26.72%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9690F5 (or 0x9690F5) is known color: Portage. HEX triplet: 96, 90 and F5. RGB value is (150,144,245). Sum of RGB (Red+Green+Blue) = 150+144+245=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #9690F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690F5 is #696F0A. Grayscale: #9C9C9C. Windows color (decimal): -6909707 or 16093334. OLE color: 16093334.

HSL color Cylindrical-coordinate representation of color #9690F5: hue angle of 243.56º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9690F5 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 144 245 -
CMYK 0.39 0.41 0 0.04
HSL 243.56º 0.83% 0.76% -
HSV(B) 243.56º 0.41% 0.96% -
XYZ 39.03 33.02 90.7 -
YUV 157.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 150 144 245 0.39 0.41 0 0.04 243.56 0.83 0.76
Hex 96 90 F5 27 29 0 4 F4 53 4C
Octal 226 220 365 47 51 0 4 364 123 114
Binary 10010110 10010000 11110101 100111 101001 0 100 11110100 1010011 1001100

Color Harmonies of #9690F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9690F5

Black with #9690F5

Text Example


Text Example

White with #9690F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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