Html Css Color HEX #765DCB Slate Blue

📋 copy color: '#765DCB'

red 118 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #765DCB

Tints of Slate Blue #765DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 28.5%
G = 22.46%
B = 49.03%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#765DCB (or 0x765DCB) is known color: Slate Blue. HEX triplet: 76, 5D and CB. RGB value is (118,93,203). Sum of RGB (Red+Green+Blue) = 118+93+203=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #765DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DCB is #89A234. Grayscale: #707070. Windows color (decimal): -9019957 or 13327734. OLE color: 13327734.

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

Color convert

RGB 118 93 203 -
CMYK 0.42 0.54 0 0.20
HSL 253.64º 0.51% 0.58% -
HSV(B) 253.64º 0.54% 0.8% -
XYZ 22.17 15.99 58.42 -
YUV 113.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 118 93 203 0.42 0.54 0 0.20 253.64 0.51 0.58
Hex 76 5D CB 2A 36 0 14 FE 33 3A
Octal 166 135 313 52 66 0 24 376 63 72
Binary 1110110 1011101 11001011 101010 110110 0 10100 11111110 110011 111010

Color Harmonies of #765DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DCB

Black with #765DCB

Text Example


Text Example

White with #765DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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