Html Css Color HEX #765BD6 Slate Blue

📋 copy color: '#765BD6'

red 118 ◦ green 91 ◦ blue 214

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

Shades of Slate Blue #765BD6

Tints of Slate Blue #765BD6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 27.9%
G = 21.51%
B = 50.59%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#765BD6 (or 0x765BD6) is known color: Slate Blue. HEX triplet: 76, 5B and D6. RGB value is (118,91,214). Sum of RGB (Red+Green+Blue) = 118+91+214=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #765BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BD6 is #89A429. Grayscale: #707070. Windows color (decimal): -9020458 or 14048118. OLE color: 14048118.

HSL color Cylindrical-coordinate representation of color #765BD6: hue angle of 253.17º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765BD6 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 91 214 -
CMYK 0.45 0.57 0 0.16
HSL 253.17º 0.6% 0.6% -
HSV(B) 253.17º 0.57% 0.84% -
XYZ 23.35 16.19 65.51 -
YUV 113.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 118 91 214 0.45 0.57 0 0.16 253.17 0.6 0.6
Hex 76 5B D6 2D 39 0 10 FD 3C 3C
Octal 166 133 326 55 71 0 20 375 74 74
Binary 1110110 1011011 11010110 101101 111001 0 10000 11111101 111100 111100

Color Harmonies of #765BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BD6

Black with #765BD6

Text Example


Text Example

White with #765BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,91,214); }

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

background-color css

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

 a { background-color: rgb(118,91,214); }

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

border-color css

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

 span { border-color: rgb(118,91,214); }

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