Html Css Color HEX #7365D8 Slate Blue

📋 copy color: '#7365D8'

red 115 ◦ green 101 ◦ blue 216

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

Shades of Slate Blue #7365D8

Tints of Slate Blue #7365D8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.38%

 BLUE value IS 216 (84.77% from 255) = 50%

R = 26.62%
G = 23.38%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7365D8 (or 0x7365D8) is known color: Slate Blue. HEX triplet: 73, 65 and D8. RGB value is (115,101,216). Sum of RGB (Red+Green+Blue) = 115+101+216=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #7365D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365D8 is #8C9A27. Grayscale: #757575. Windows color (decimal): -9214504 or 14181747. OLE color: 14181747.

HSL color Cylindrical-coordinate representation of color #7365D8: hue angle of 247.3º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7365D8 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 101 216 -
CMYK 0.47 0.53 0 0.15
HSL 247.3º 0.6% 0.62% -
HSV(B) 247.3º 0.53% 0.85% -
XYZ 24.12 17.91 67.15 -
YUV 118.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 115 101 216 0.47 0.53 0 0.15 247.3 0.6 0.62
Hex 73 65 D8 2F 35 0 F F7 3C 3E
Octal 163 145 330 57 65 0 17 367 74 76
Binary 1110011 1100101 11011000 101111 110101 0 1111 11110111 111100 111110

Color Harmonies of #7365D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7365D8

Black with #7365D8

Text Example


Text Example

White with #7365D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7365D8; }

 p { color: rgb(115,101,216); }

 H1.HeaderClassName
 {
   color: #7365D8;
 }
 .AnyTagClassName
 {
   color: #7365D8;
 }
</style>

background-color css

<style>
 a { background-color: #7365D8; }

 a { background-color: rgb(115,101,216); }

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

border-color css

<style>
 span { border-color: #7365D8; }

 span { border-color: rgb(115,101,216); }

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