Html Css Color HEX #7257CF Slate Blue

📋 copy color: '#7257CF'

red 114 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #7257CF

Tints of Slate Blue #7257CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

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

R = 27.94%
G = 21.32%
B = 50.74%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7257CF (or 0x7257CF) is known color: Slate Blue. HEX triplet: 72, 57 and CF. RGB value is (114,87,207). Sum of RGB (Red+Green+Blue) = 114+87+207=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7257CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257CF is #8DA830. Grayscale: #6C6C6C. Windows color (decimal): -9283633 or 13588338. OLE color: 13588338.

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

Color convert

RGB 114 87 207 -
CMYK 0.45 0.58 0 0.19
HSL 253.5º 0.56% 0.58% -
HSV(B) 253.5º 0.58% 0.81% -
XYZ 21.61 14.9 60.77 -
YUV 108.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 114 87 207 0.45 0.58 0 0.19 253.5 0.56 0.58
Hex 72 57 CF 2D 3A 0 13 FE 38 3A
Octal 162 127 317 55 72 0 23 376 70 72
Binary 1110010 1010111 11001111 101101 111010 0 10011 11111110 111000 111010

Color Harmonies of #7257CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257CF

Black with #7257CF

Text Example


Text Example

White with #7257CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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