Html Css Color HEX #765DC5 Slate Blue

📋 copy color: '#765DC5'

red 118 ◦ green 93 ◦ blue 197

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

Shades of Slate Blue #765DC5

Tints of Slate Blue #765DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.28%

R = 28.92%
G = 22.79%
B = 48.28%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#765DC5 (or 0x765DC5) is known color: Slate Blue. HEX triplet: 76, 5D and C5. RGB value is (118,93,197). Sum of RGB (Red+Green+Blue) = 118+93+197=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #765DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DC5 is #89A23A. Grayscale: #6F6F6F. Windows color (decimal): -9019963 or 12934518. OLE color: 12934518.

HSL color Cylindrical-coordinate representation of color #765DC5: hue angle of 254.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765DC5 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 93 197 -
CMYK 0.40 0.53 0 0.23
HSL 254.42º 0.47% 0.57% -
HSV(B) 254.42º 0.53% 0.77% -
XYZ 21.46 15.71 54.72 -
YUV 112.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 118 93 197 0.40 0.53 0 0.23 254.42 0.47 0.57
Hex 76 5D C5 28 35 0 17 FE 2F 39
Octal 166 135 305 50 65 0 27 376 57 71
Binary 1110110 1011101 11000101 101000 110101 0 10111 11111110 101111 111001

Color Harmonies of #765DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DC5

Black with #765DC5

Text Example


Text Example

White with #765DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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