Html Css Color HEX #765EC3 Slate Blue

📋 copy color: '#765EC3'

red 118 ◦ green 94 ◦ blue 195

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

Shades of Slate Blue #765EC3

Tints of Slate Blue #765EC3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 28.99%
G = 23.1%
B = 47.91%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#765EC3 (or 0x765EC3) is known color: Slate Blue. HEX triplet: 76, 5E and C3. RGB value is (118,94,195). Sum of RGB (Red+Green+Blue) = 118+94+195=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #765EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EC3 is #89A13C. Grayscale: #707070. Windows color (decimal): -9019709 or 12803702. OLE color: 12803702.

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

Color convert

RGB 118 94 195 -
CMYK 0.39 0.52 0 0.24
HSL 254.26º 0.46% 0.57% -
HSV(B) 254.26º 0.52% 0.76% -
XYZ 21.32 15.8 53.55 -
YUV 112.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 118 94 195 0.39 0.52 0 0.24 254.26 0.46 0.57
Hex 76 5E C3 27 34 0 18 FE 2E 39
Octal 166 136 303 47 64 0 30 376 56 71
Binary 1110110 1011110 11000011 100111 110100 0 11000 11111110 101110 111001

Color Harmonies of #765EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EC3

Black with #765EC3

Text Example


Text Example

White with #765EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,94,195); }

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

background-color css

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

 a { background-color: rgb(118,94,195); }

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

border-color css

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

 span { border-color: rgb(118,94,195); }

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