Html Css Color HEX #7260CE Slate Blue

📋 copy color: '#7260CE'

red 114 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #7260CE

Tints of Slate Blue #7260CE

RGB

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

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

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

R = 27.4%
G = 23.08%
B = 49.52%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7260CE (or 0x7260CE) is known color: Slate Blue. HEX triplet: 72, 60 and CE. RGB value is (114,96,206). Sum of RGB (Red+Green+Blue) = 114+96+206=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7260CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260CE is #8D9F31. Grayscale: #717171. Windows color (decimal): -9281330 or 13525106. OLE color: 13525106.

HSL color Cylindrical-coordinate representation of color #7260CE: hue angle of 249.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7260CE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 96 206 -
CMYK 0.45 0.53 0 0.19
HSL 249.82º 0.53% 0.59% -
HSV(B) 249.82º 0.53% 0.81% -
XYZ 22.26 16.4 60.38 -
YUV 113.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 114 96 206 0.45 0.53 0 0.19 249.82 0.53 0.59
Hex 72 60 CE 2D 35 0 13 FA 35 3B
Octal 162 140 316 55 65 0 23 372 65 73
Binary 1110010 1100000 11001110 101101 110101 0 10011 11111010 110101 111011

Color Harmonies of #7260CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260CE

Black with #7260CE

Text Example


Text Example

White with #7260CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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