Html Css Color HEX #7264CF Slate Blue

📋 copy color: '#7264CF'

red 114 ◦ green 100 ◦ blue 207

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

Shades of Slate Blue #7264CF

Tints of Slate Blue #7264CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 27.08%
G = 23.75%
B = 49.17%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7264CF (or 0x7264CF) is known color: Slate Blue. HEX triplet: 72, 64 and CF. RGB value is (114,100,207). Sum of RGB (Red+Green+Blue) = 114+100+207=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7264CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264CF is #8D9B30. Grayscale: #737373. Windows color (decimal): -9280305 or 13591666. OLE color: 13591666.

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

Color convert

RGB 114 100 207 -
CMYK 0.45 0.52 0 0.19
HSL 247.85º 0.53% 0.6% -
HSV(B) 247.85º 0.52% 0.81% -
XYZ 22.76 17.2 61.15 -
YUV 116.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 114 100 207 0.45 0.52 0 0.19 247.85 0.53 0.6
Hex 72 64 CF 2D 34 0 13 F8 35 3C
Octal 162 144 317 55 64 0 23 370 65 74
Binary 1110010 1100100 11001111 101101 110100 0 10011 11111000 110101 111100

Color Harmonies of #7264CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264CF

Black with #7264CF

Text Example


Text Example

White with #7264CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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