Html Css Color HEX #765CCD Slate Blue

📋 copy color: '#765CCD'

red 118 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #765CCD

Tints of Slate Blue #765CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 28.43%
G = 22.17%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#765CCD (or 0x765CCD) is known color: Slate Blue. HEX triplet: 76, 5C and CD. RGB value is (118,92,205). Sum of RGB (Red+Green+Blue) = 118+92+205=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #765CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CCD is #89A332. Grayscale: #707070. Windows color (decimal): -9020211 or 13458550. OLE color: 13458550.

HSL color Cylindrical-coordinate representation of color #765CCD: hue angle of 253.81º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765CCD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 92 205 -
CMYK 0.42 0.55 0 0.20
HSL 253.81º 0.53% 0.58% -
HSV(B) 253.81º 0.55% 0.8% -
XYZ 22.32 15.91 59.65 -
YUV 112.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 118 92 205 0.42 0.55 0 0.20 253.81 0.53 0.58
Hex 76 5C CD 2A 37 0 14 FE 35 3A
Octal 166 134 315 52 67 0 24 376 65 72
Binary 1110110 1011100 11001101 101010 110111 0 10100 11111110 110101 111010

Color Harmonies of #765CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CCD

Black with #765CCD

Text Example


Text Example

White with #765CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,205); }

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

background-color css

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

 a { background-color: rgb(118,92,205); }

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

border-color css

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

 span { border-color: rgb(118,92,205); }

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