Html Css Color HEX #7260D6 Slate Blue

📋 copy color: '#7260D6'

red 114 ◦ green 96 ◦ blue 214

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

Shades of Slate Blue #7260D6

Tints of Slate Blue #7260D6

RGB

 RED value IS 114 (44.92% from 255) = 26.89%

 GREEN value IS 96 (37.89% from 255) = 22.64%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 26.89%
G = 22.64%
B = 50.47%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7260D6 (or 0x7260D6) is known color: Slate Blue. HEX triplet: 72, 60 and D6. RGB value is (114,96,214). Sum of RGB (Red+Green+Blue) = 114+96+214=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #7260D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260D6 is #8D9F29. Grayscale: #727272. Windows color (decimal): -9281322 or 14049394. OLE color: 14049394.

HSL color Cylindrical-coordinate representation of color #7260D6: hue angle of 249.15º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7260D6 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 96 214 -
CMYK 0.47 0.55 0 0.16
HSL 249.15º 0.59% 0.61% -
HSV(B) 249.15º 0.55% 0.84% -
XYZ 23.26 16.8 65.63 -
YUV 114.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 114 96 214 0.47 0.55 0 0.16 249.15 0.59 0.61
Hex 72 60 D6 2F 37 0 10 F9 3B 3D
Octal 162 140 326 57 67 0 20 371 73 75
Binary 1110010 1100000 11010110 101111 110111 0 10000 11111001 111011 111101

Color Harmonies of #7260D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260D6

Black with #7260D6

Text Example


Text Example

White with #7260D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7260D6; }

 p { color: rgb(114,96,214); }

 H1.HeaderClassName
 {
   color: #7260D6;
 }
 .AnyTagClassName
 {
   color: #7260D6;
 }
</style>

background-color css

<style>
 a { background-color: #7260D6; }

 a { background-color: rgb(114,96,214); }

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

border-color css

<style>
 span { border-color: #7260D6; }

 span { border-color: rgb(114,96,214); }

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