Html Css Color HEX #534ECF Slate Blue

📋 copy color: '#534ECF'

red 83 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #534ECF

Tints of Slate Blue #534ECF

RGB

 RED value IS 83 (32.81% from 255) = 22.55%

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 22.55%
G = 21.2%
B = 56.25%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#534ECF (or 0x534ECF) is known color: Slate Blue. HEX triplet: 53, 4E and CF. RGB value is (83,78,207). Sum of RGB (Red+Green+Blue) = 83+78+207=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #534ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534ECF is #ACB130. Grayscale: #5D5D5D. Windows color (decimal): -11317553 or 13586003. OLE color: 13586003.

HSL color Cylindrical-coordinate representation of color #534ECF: hue angle of 242.33º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534ECF is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 78 207 -
CMYK 0.60 0.62 0 0.19
HSL 242.33º 0.57% 0.56% -
HSV(B) 242.33º 0.62% 0.81% -
XYZ 17.55 11.79 60.38 -
YUV 94.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 83 78 207 0.60 0.62 0 0.19 242.33 0.57 0.56
Hex 53 4E CF 3C 3E 0 13 F2 39 38
Octal 123 116 317 74 76 0 23 362 71 70
Binary 1010011 1001110 11001111 111100 111110 0 10011 11110010 111001 111000

Color Harmonies of #534ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534ECF

Black with #534ECF

Text Example


Text Example

White with #534ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534ECF; }

 p { color: rgb(83,78,207); }

 H1.HeaderClassName
 {
   color: #534ECF;
 }
 .AnyTagClassName
 {
   color: #534ECF;
 }
</style>

background-color css

<style>
 a { background-color: #534ECF; }

 a { background-color: rgb(83,78,207); }

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

border-color css

<style>
 span { border-color: #534ECF; }

 span { border-color: rgb(83,78,207); }

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