#7267C8

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

Shades of Slate Blue #7267C8

Tints of Slate Blue #7267C8

Color information

#7267C8 (or 0x7267C8) is unknown color: approx Slate Blue. HEX triplet: 72, 67 and C8. RGB value is (114,103,200). Sum of RGB (Red+Green+Blue) = 114+103+200=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #7267C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267C8 is #8D9837. Grayscale: #747474. Windows color (decimal): -9279544 or 13133682. OLE color: 13133682.

HSL color Cylindrical-coordinate representation of color #7267C8: hue angle of 246.8º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7267C8 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114103200-
CMYK0.430.4800.22
HSL246.8º46.86%59.41%-
HSV(B)246.8º48.5%78.43%-
XYZ22.2217.4556.84-
YUV117.35174.64125.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=27.34%
G=24.70%
B=47.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141032000.430.4800.22246.846.8659.41
Hex7267C82B30016f72f3b
Octal16214731053600263675773
Binary111001011001111100100010101111000001011011110111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7267C8; }

 p { color: rgb(114,103,200); }

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

<style>
 a { background-color: #7267C8; }

 a { background-color: rgb(114,103,200); }

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

<style>
 span { border-color: #7267C8; }

 span { border-color: rgb(114,103,200); }

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