Html Css Color HEX #765EC4 Slate Blue

📋 copy color: '#765EC4'

red 118 ◦ green 94 ◦ blue 196

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

Shades of Slate Blue #765EC4

Tints of Slate Blue #765EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.04%

R = 28.92%
G = 23.04%
B = 48.04%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#765EC4 (or 0x765EC4) is known color: Slate Blue. HEX triplet: 76, 5E and C4. RGB value is (118,94,196). Sum of RGB (Red+Green+Blue) = 118+94+196=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #765EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EC4 is #89A13B. Grayscale: #707070. Windows color (decimal): -9019708 or 12869238. OLE color: 12869238.

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

Color convert

RGB 118 94 196 -
CMYK 0.40 0.52 0 0.23
HSL 254.12º 0.46% 0.57% -
HSV(B) 254.12º 0.52% 0.77% -
XYZ 21.44 15.84 54.15 -
YUV 112.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 118 94 196 0.40 0.52 0 0.23 254.12 0.46 0.57
Hex 76 5E C4 28 34 0 17 FE 2E 39
Octal 166 136 304 50 64 0 27 376 56 71
Binary 1110110 1011110 11000100 101000 110100 0 10111 11111110 101110 111001

Color Harmonies of #765EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EC4

Black with #765EC4

Text Example


Text Example

White with #765EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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