#7865CF

Color #7865CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7865CF

Tints of Slate Blue #7865CF

Color information

#7865CF (or 0x7865CF) is unknown color: approx Slate Blue. HEX triplet: 78, 65 and CF. RGB value is (120,101,207). Sum of RGB (Red+Green+Blue) = 120+101+207=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7865CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865CF is #879A30. Grayscale: #767676. Windows color (decimal): -8886833 or 13591928. OLE color: 13591928.

HSL color Cylindrical-coordinate representation of color #7865CF: hue angle of 250.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7865CF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120101207-
CMYK0.420.5100.19
HSL250.75º52.48%60.39%-
HSV(B)250.75º51.21%81.18%-
XYZ23.6617.8161.22-
YUV118.76177.79128.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 207 (81.25% from 255) = 48.36%
R=28.04%
G=23.60%
B=48.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201012070.420.5100.19250.7552.4860.39
Hex7865CF2A33013fb343c
Octal17014531752630233736474
Binary111100011001011100111110101011001101001111111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7865CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7865CF; }

 p { color: rgb(120,101,207); }

 H1.HeaderClassName
 {
   color: #7865CF;
 }
 .AnyTagClassName
 {
   color: #7865CF;
 }
</style>
background-color css

<style>
 a { background-color: #7865CF; }

 a { background-color: rgb(120,101,207); }

 div.DivClassName
 {
   background-color: #7865CF;
 }
 .BgClassName
 {
   background-color: #7865CF;
 }
</style>
border-color css

<style>
 span { border-color: #7865CF; }

 span { border-color: rgb(120,101,207); }

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