Html Css Color HEX #765CCF Slate Blue

📋 copy color: '#765CCF'

red 118 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #765CCF

Tints of Slate Blue #765CCF

RGB

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

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

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

R = 28.3%
G = 22.06%
B = 49.64%

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

#765CCF (or 0x765CCF) is known color: Slate Blue. HEX triplet: 76, 5C and CF. RGB value is (118,92,207). Sum of RGB (Red+Green+Blue) = 118+92+207=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #765CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CCF is #89A330. Grayscale: #707070. Windows color (decimal): -9020209 or 13589622. OLE color: 13589622.

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

Color convert

RGB 118 92 207 -
CMYK 0.43 0.56 0 0.19
HSL 253.57º 0.55% 0.59% -
HSV(B) 253.57º 0.56% 0.81% -
XYZ 22.56 16.01 60.93 -
YUV 112.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 118 92 207 0.43 0.56 0 0.19 253.57 0.55 0.59
Hex 76 5C CF 2B 38 0 13 FE 37 3B
Octal 166 134 317 53 70 0 23 376 67 73
Binary 1110110 1011100 11001111 101011 111000 0 10011 11111110 110111 111011

Color Harmonies of #765CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CCF

Black with #765CCF

Text Example


Text Example

White with #765CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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