Html Css Color HEX #765ECB Slate Blue

📋 copy color: '#765ECB'

red 118 ◦ green 94 ◦ blue 203

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

Shades of Slate Blue #765ECB

Tints of Slate Blue #765ECB

RGB

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

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

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

R = 28.43%
G = 22.65%
B = 48.92%

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

#765ECB (or 0x765ECB) is known color: Slate Blue. HEX triplet: 76, 5E and CB. RGB value is (118,94,203). Sum of RGB (Red+Green+Blue) = 118+94+203=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #765ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ECB is #89A134. Grayscale: #717171. Windows color (decimal): -9019701 or 13327990. OLE color: 13327990.

HSL color Cylindrical-coordinate representation of color #765ECB: hue angle of 253.21º 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 #765ECB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 94 203 -
CMYK 0.42 0.54 0 0.20
HSL 253.21º 0.51% 0.58% -
HSV(B) 253.21º 0.54% 0.8% -
XYZ 22.25 16.17 58.45 -
YUV 113.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 118 94 203 0.42 0.54 0 0.20 253.21 0.51 0.58
Hex 76 5E CB 2A 36 0 14 FD 33 3A
Octal 166 136 313 52 66 0 24 375 63 72
Binary 1110110 1011110 11001011 101010 110110 0 10100 11111101 110011 111010

Color Harmonies of #765ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765ECB

Black with #765ECB

Text Example


Text Example

White with #765ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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