Html Css Color HEX #7261CF Slate Blue

📋 copy color: '#7261CF'

red 114 ◦ green 97 ◦ blue 207

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

Shades of Slate Blue #7261CF

Tints of Slate Blue #7261CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 27.27%
G = 23.21%
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

#7261CF (or 0x7261CF) is known color: Slate Blue. HEX triplet: 72, 61 and CF. RGB value is (114,97,207). Sum of RGB (Red+Green+Blue) = 114+97+207=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #7261CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261CF is #8D9E30. Grayscale: #727272. Windows color (decimal): -9281073 or 13590898. OLE color: 13590898.

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

Color convert

RGB 114 97 207 -
CMYK 0.45 0.53 0 0.19
HSL 249.27º 0.53% 0.6% -
HSV(B) 249.27º 0.53% 0.81% -
XYZ 22.48 16.63 61.06 -
YUV 114.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 114 97 207 0.45 0.53 0 0.19 249.27 0.53 0.6
Hex 72 61 CF 2D 35 0 13 F9 35 3C
Octal 162 141 317 55 65 0 23 371 65 74
Binary 1110010 1100001 11001111 101101 110101 0 10011 11111001 110101 111100

Color Harmonies of #7261CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261CF

Black with #7261CF

Text Example


Text Example

White with #7261CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7261CF; }

 p { color: rgb(114,97,207); }

 H1.HeaderClassName
 {
   color: #7261CF;
 }
 .AnyTagClassName
 {
   color: #7261CF;
 }
</style>

background-color css

<style>
 a { background-color: #7261CF; }

 a { background-color: rgb(114,97,207); }

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

border-color css

<style>
 span { border-color: #7261CF; }

 span { border-color: rgb(114,97,207); }

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