Html Css Color HEX #766ACF Slate Blue

📋 copy color: '#766ACF'

red 118 ◦ green 106 ◦ blue 207

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

Shades of Slate Blue #766ACF

Tints of Slate Blue #766ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 27.38%
G = 24.59%
B = 48.03%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#766ACF (or 0x766ACF) is known color: Slate Blue. HEX triplet: 76, 6A and CF. RGB value is (118,106,207). Sum of RGB (Red+Green+Blue) = 118+106+207=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #766ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACF is #899530. Grayscale: #787878. Windows color (decimal): -9016625 or 13593206. OLE color: 13593206.

HSL color Cylindrical-coordinate representation of color #766ACF: hue angle of 247.13º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766ACF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 106 207 -
CMYK 0.43 0.49 0 0.19
HSL 247.13º 0.51% 0.61% -
HSV(B) 247.13º 0.49% 0.81% -
XYZ 23.89 18.66 61.38 -
YUV 121.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 118 106 207 0.43 0.49 0 0.19 247.13 0.51 0.61
Hex 76 6A CF 2B 31 0 13 F7 33 3D
Octal 166 152 317 53 61 0 23 367 63 75
Binary 1110110 1101010 11001111 101011 110001 0 10011 11110111 110011 111101

Color Harmonies of #766ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766ACF

Black with #766ACF

Text Example


Text Example

White with #766ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766ACF; }

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

 H1.HeaderClassName
 {
   color: #766ACF;
 }
 .AnyTagClassName
 {
   color: #766ACF;
 }
</style>

background-color css

<style>
 a { background-color: #766ACF; }

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

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

border-color css

<style>
 span { border-color: #766ACF; }

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

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