Html Css Color HEX #765DDD Slate Blue

📋 copy color: '#765DDD'

red 118 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #765DDD

Tints of Slate Blue #765DDD

RGB

 RED value IS 118 (46.48% from 255) = 27.31%

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 27.31%
G = 21.53%
B = 51.16%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#765DDD (or 0x765DDD) is known color: Slate Blue. HEX triplet: 76, 5D and DD. RGB value is (118,93,221). Sum of RGB (Red+Green+Blue) = 118+93+221=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #765DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DDD is #89A222. Grayscale: #727272. Windows color (decimal): -9019939 or 14507382. OLE color: 14507382.

HSL color Cylindrical-coordinate representation of color #765DDD: hue angle of 251.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765DDD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 93 221 -
CMYK 0.47 0.58 0 0.13
HSL 251.72º 0.65% 0.62% -
HSV(B) 251.72º 0.58% 0.87% -
XYZ 24.44 16.9 70.38 -
YUV 115.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 118 93 221 0.47 0.58 0 0.13 251.72 0.65 0.62
Hex 76 5D DD 2F 3A 0 D FC 41 3E
Octal 166 135 335 57 72 0 15 374 101 76
Binary 1110110 1011101 11011101 101111 111010 0 1101 11111100 1000001 111110

Color Harmonies of #765DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DDD

Black with #765DDD

Text Example


Text Example

White with #765DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765DDD; }

 p { color: rgb(118,93,221); }

 H1.HeaderClassName
 {
   color: #765DDD;
 }
 .AnyTagClassName
 {
   color: #765DDD;
 }
</style>

background-color css

<style>
 a { background-color: #765DDD; }

 a { background-color: rgb(118,93,221); }

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

border-color css

<style>
 span { border-color: #765DDD; }

 span { border-color: rgb(118,93,221); }

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