Html Css Color HEX #765BCF Slate Blue

📋 copy color: '#765BCF'

red 118 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #765BCF

Tints of Slate Blue #765BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 28.37%
G = 21.88%
B = 49.76%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#765BCF (or 0x765BCF) is known color: Slate Blue. HEX triplet: 76, 5B and CF. RGB value is (118,91,207). Sum of RGB (Red+Green+Blue) = 118+91+207=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #765BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BCF is #89A430. Grayscale: #6F6F6F. Windows color (decimal): -9020465 or 13589366. OLE color: 13589366.

HSL color Cylindrical-coordinate representation of color #765BCF: hue angle of 253.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765BCF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 91 207 -
CMYK 0.43 0.56 0 0.19
HSL 253.97º 0.55% 0.58% -
HSV(B) 253.97º 0.56% 0.81% -
XYZ 22.47 15.84 60.9 -
YUV 112.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 118 91 207 0.43 0.56 0 0.19 253.97 0.55 0.58
Hex 76 5B CF 2B 38 0 13 FE 37 3A
Octal 166 133 317 53 70 0 23 376 67 72
Binary 1110110 1011011 11001111 101011 111000 0 10011 11111110 110111 111010

Color Harmonies of #765BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BCF

Black with #765BCF

Text Example


Text Example

White with #765BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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