Html Css Color HEX #9595EF Portage

📋 copy color: '#9595EF'

red 149 ◦ green 149 ◦ blue 239

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

Shades of Portage #9595EF

Tints of Portage #9595EF

RGB

 RED value IS 149 (58.59% from 255) = 27.75%

 GREEN value IS 149 (58.59% from 255) = 27.75%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 27.75%
G = 27.75%
B = 44.51%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9595EF (or 0x9595EF) is known color: Portage. HEX triplet: 95, 95 and EF. RGB value is (149,149,239). Sum of RGB (Red+Green+Blue) = 149+149+239=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #9595EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9595EF is #6A6A10. Grayscale: #9E9E9E. Windows color (decimal): -6973969 or 15701397. OLE color: 15701397.

HSL color Cylindrical-coordinate representation of color #9595EF: hue angle of 240º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9595EF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 149 239 -
CMYK 0.38 0.38 0 0.06
HSL 240º 0.74% 0.76% -
HSV(B) 240º 0.38% 0.94% -
XYZ 38.72 34.12 86.21 -
YUV 159.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 149 149 239 0.38 0.38 0 0.06 240 0.74 0.76
Hex 95 95 EF 26 26 0 6 F0 4A 4C
Octal 225 225 357 46 46 0 6 360 112 114
Binary 10010101 10010101 11101111 100110 100110 0 110 11110000 1001010 1001100

Color Harmonies of #9595EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9595EF

Black with #9595EF

Text Example


Text Example

White with #9595EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9595EF; }

 p { color: rgb(149,149,239); }

 H1.HeaderClassName
 {
   color: #9595EF;
 }
 .AnyTagClassName
 {
   color: #9595EF;
 }
</style>

background-color css

<style>
 a { background-color: #9595EF; }

 a { background-color: rgb(149,149,239); }

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

border-color css

<style>
 span { border-color: #9595EF; }

 span { border-color: rgb(149,149,239); }

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