Html Css Color HEX #7366CC Slate Blue

📋 copy color: '#7366CC'

red 115 ◦ green 102 ◦ blue 204

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

Shades of Slate Blue #7366CC

Tints of Slate Blue #7366CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 27.32%
G = 24.23%
B = 48.46%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7366CC (or 0x7366CC) is known color: Slate Blue. HEX triplet: 73, 66 and CC. RGB value is (115,102,204). Sum of RGB (Red+Green+Blue) = 115+102+204=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7366CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366CC is #8C9933. Grayscale: #757575. Windows color (decimal): -9214260 or 13395571. OLE color: 13395571.

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

Color convert

RGB 115 102 204 -
CMYK 0.44 0.5 0 0.2
HSL 247.65º 0.5% 0.6% -
HSV(B) 247.65º 0.5% 0.8% -
XYZ 22.72 17.51 59.31 -
YUV 117.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 115 102 204 0.44 0.5 0 0.2 247.65 0.5 0.6
Hex 73 66 CC 2C 32 0 14 F8 32 3C
Octal 163 146 314 54 62 0 24 370 62 74
Binary 1110011 1100110 11001100 101100 110010 0 10100 11111000 110010 111100

Color Harmonies of #7366CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366CC

Black with #7366CC

Text Example


Text Example

White with #7366CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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