Html Css Color HEX #765FC1 Slate Blue

📋 copy color: '#765FC1'

red 118 ◦ green 95 ◦ blue 193

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

Shades of Slate Blue #765FC1

Tints of Slate Blue #765FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 29.06%
G = 23.4%
B = 47.54%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#765FC1 (or 0x765FC1) is known color: Slate Blue. HEX triplet: 76, 5F and C1. RGB value is (118,95,193). Sum of RGB (Red+Green+Blue) = 118+95+193=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #765FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FC1 is #89A03E. Grayscale: #707070. Windows color (decimal): -9019455 or 12672886. OLE color: 12672886.

HSL color Cylindrical-coordinate representation of color #765FC1: hue angle of 254.08º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765FC1 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 95 193 -
CMYK 0.39 0.51 0 0.24
HSL 254.08º 0.44% 0.56% -
HSV(B) 254.08º 0.51% 0.76% -
XYZ 21.19 15.89 52.4 -
YUV 113.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 118 95 193 0.39 0.51 0 0.24 254.08 0.44 0.56
Hex 76 5F C1 27 33 0 18 FE 2C 38
Octal 166 137 301 47 63 0 30 376 54 70
Binary 1110110 1011111 11000001 100111 110011 0 11000 11111110 101100 111000

Color Harmonies of #765FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FC1

Black with #765FC1

Text Example


Text Example

White with #765FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,193); }

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

background-color css

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

 a { background-color: rgb(118,95,193); }

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

border-color css

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

 span { border-color: rgb(118,95,193); }

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