Html Css Color HEX #756BCF Slate Blue

📋 copy color: '#756BCF'

red 117 ◦ green 107 ◦ blue 207

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

Shades of Slate Blue #756BCF

Tints of Slate Blue #756BCF

RGB

 RED value IS 117 (46.09% from 255) = 27.15%

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 27.15%
G = 24.83%
B = 48.03%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#756BCF (or 0x756BCF) is known color: Slate Blue. HEX triplet: 75, 6B and CF. RGB value is (117,107,207). Sum of RGB (Red+Green+Blue) = 117+107+207=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 107 (42.19% from 255 or 24.83% 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 #756BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BCF is #8A9430. Grayscale: #787878. Windows color (decimal): -9081905 or 13593461. OLE color: 13593461.

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

Color convert

RGB 117 107 207 -
CMYK 0.43 0.48 0 0.19
HSL 246º 0.51% 0.62% -
HSV(B) 246º 0.48% 0.81% -
XYZ 23.86 18.8 61.4 -
YUV 121.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 117 107 207 0.43 0.48 0 0.19 246 0.51 0.62
Hex 75 6B CF 2B 30 0 13 F6 33 3E
Octal 165 153 317 53 60 0 23 366 63 76
Binary 1110101 1101011 11001111 101011 110000 0 10011 11110110 110011 111110

Color Harmonies of #756BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BCF

Black with #756BCF

Text Example


Text Example

White with #756BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,207); }

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

background-color css

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

 a { background-color: rgb(117,107,207); }

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

border-color css

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

 span { border-color: rgb(117,107,207); }

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