Html Css Color HEX #7366CE Slate Blue

📋 copy color: '#7366CE'

red 115 ◦ green 102 ◦ blue 206

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

Shades of Slate Blue #7366CE

Tints of Slate Blue #7366CE

RGB

 RED value IS 115 (45.31% from 255) = 27.19%

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 27.19%
G = 24.11%
B = 48.7%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7366CE (or 0x7366CE) is known color: Slate Blue. HEX triplet: 73, 66 and CE. RGB value is (115,102,206). Sum of RGB (Red+Green+Blue) = 115+102+206=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7366CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366CE is #8C9931. Grayscale: #757575. Windows color (decimal): -9214258 or 13526643. OLE color: 13526643.

HSL color Cylindrical-coordinate representation of color #7366CE: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7366CE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 102 206 -
CMYK 0.44 0.50 0 0.19
HSL 247.5º 0.51% 0.6% -
HSV(B) 247.5º 0.5% 0.81% -
XYZ 22.96 17.6 60.58 -
YUV 117.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 115 102 206 0.44 0.50 0 0.19 247.5 0.51 0.6
Hex 73 66 CE 2C 32 0 13 F8 33 3C
Octal 163 146 316 54 62 0 23 370 63 74
Binary 1110011 1100110 11001110 101100 110010 0 10011 11111000 110011 111100

Color Harmonies of #7366CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366CE

Black with #7366CE

Text Example


Text Example

White with #7366CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366CE; }

 p { color: rgb(115,102,206); }

 H1.HeaderClassName
 {
   color: #7366CE;
 }
 .AnyTagClassName
 {
   color: #7366CE;
 }
</style>

background-color css

<style>
 a { background-color: #7366CE; }

 a { background-color: rgb(115,102,206); }

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

border-color css

<style>
 span { border-color: #7366CE; }

 span { border-color: rgb(115,102,206); }

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