Html Css Color HEX #726ACF Slate Blue

📋 copy color: '#726ACF'

red 114 ◦ green 106 ◦ blue 207

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

Shades of Slate Blue #726ACF

Tints of Slate Blue #726ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

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

R = 26.7%
G = 24.82%
B = 48.48%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#726ACF (or 0x726ACF) is known color: Slate Blue. HEX triplet: 72, 6A and CF. RGB value is (114,106,207). Sum of RGB (Red+Green+Blue) = 114+106+207=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #726ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ACF is #8D9530. Grayscale: #777777. Windows color (decimal): -9278769 or 13593202. OLE color: 13593202.

HSL color Cylindrical-coordinate representation of color #726ACF: hue angle of 244.75º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #726ACF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 106 207 -
CMYK 0.45 0.49 0 0.19
HSL 244.75º 0.51% 0.61% -
HSV(B) 244.75º 0.49% 0.81% -
XYZ 23.36 18.39 61.35 -
YUV 119.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 114 106 207 0.45 0.49 0 0.19 244.75 0.51 0.61
Hex 72 6A CF 2D 31 0 13 F5 33 3D
Octal 162 152 317 55 61 0 23 365 63 75
Binary 1110010 1101010 11001111 101101 110001 0 10011 11110101 110011 111101

Color Harmonies of #726ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ACF

Black with #726ACF

Text Example


Text Example

White with #726ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726ACF; }

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

 H1.HeaderClassName
 {
   color: #726ACF;
 }
 .AnyTagClassName
 {
   color: #726ACF;
 }
</style>

background-color css

<style>
 a { background-color: #726ACF; }

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

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

border-color css

<style>
 span { border-color: #726ACF; }

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

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