Html Css Color HEX #7565D5 Slate Blue

📋 copy color: '#7565D5'

red 117 ◦ green 101 ◦ blue 213

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

Shades of Slate Blue #7565D5

Tints of Slate Blue #7565D5

RGB

 RED value IS 117 (46.09% from 255) = 27.15%

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 213 (83.59% from 255) = 49.42%

R = 27.15%
G = 23.43%
B = 49.42%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7565D5 (or 0x7565D5) is known color: Slate Blue. HEX triplet: 75, 65 and D5. RGB value is (117,101,213). Sum of RGB (Red+Green+Blue) = 117+101+213=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #7565D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565D5 is #8A9A2A. Grayscale: #767676. Windows color (decimal): -9083435 or 13985141. OLE color: 13985141.

HSL color Cylindrical-coordinate representation of color #7565D5: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7565D5 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 101 213 -
CMYK 0.45 0.53 0 0.16
HSL 248.57º 0.57% 0.62% -
HSV(B) 248.57º 0.53% 0.84% -
XYZ 24 17.89 65.14 -
YUV 118.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 117 101 213 0.45 0.53 0 0.16 248.57 0.57 0.62
Hex 75 65 D5 2D 35 0 10 F9 39 3E
Octal 165 145 325 55 65 0 20 371 71 76
Binary 1110101 1100101 11010101 101101 110101 0 10000 11111001 111001 111110

Color Harmonies of #7565D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7565D5

Black with #7565D5

Text Example


Text Example

White with #7565D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7565D5; }

 p { color: rgb(117,101,213); }

 H1.HeaderClassName
 {
   color: #7565D5;
 }
 .AnyTagClassName
 {
   color: #7565D5;
 }
</style>

background-color css

<style>
 a { background-color: #7565D5; }

 a { background-color: rgb(117,101,213); }

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

border-color css

<style>
 span { border-color: #7565D5; }

 span { border-color: rgb(117,101,213); }

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