Html Css Color HEX #7458CF Slate Blue

📋 copy color: '#7458CF'

red 116 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7458CF

Tints of Slate Blue #7458CF

RGB

 RED value IS 116 (45.7% from 255) = 28.22%

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 28.22%
G = 21.41%
B = 50.36%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7458CF (or 0x7458CF) is known color: Slate Blue. HEX triplet: 74, 58 and CF. RGB value is (116,88,207). Sum of RGB (Red+Green+Blue) = 116+88+207=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #7458CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458CF is #8BA730. Grayscale: #6D6D6D. Windows color (decimal): -9152305 or 13588596. OLE color: 13588596.

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

Color convert

RGB 116 88 207 -
CMYK 0.44 0.57 0 0.19
HSL 254.12º 0.55% 0.58% -
HSV(B) 254.12º 0.57% 0.81% -
XYZ 21.95 15.2 60.81 -
YUV 109.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 116 88 207 0.44 0.57 0 0.19 254.12 0.55 0.58
Hex 74 58 CF 2C 39 0 13 FE 37 3A
Octal 164 130 317 54 71 0 23 376 67 72
Binary 1110100 1011000 11001111 101100 111001 0 10011 11111110 110111 111010

Color Harmonies of #7458CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458CF

Black with #7458CF

Text Example


Text Example

White with #7458CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,88,207); }

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

background-color css

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

 a { background-color: rgb(116,88,207); }

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

border-color css

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

 span { border-color: rgb(116,88,207); }

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