Html Css Color HEX #7658D0 Slate Blue

📋 copy color: '#7658D0'

red 118 ◦ green 88 ◦ blue 208

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

Shades of Slate Blue #7658D0

Tints of Slate Blue #7658D0

RGB

 RED value IS 118 (46.48% from 255) = 28.5%

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 28.5%
G = 21.26%
B = 50.24%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7658D0 (or 0x7658D0) is known color: Slate Blue. HEX triplet: 76, 58 and D0. RGB value is (118,88,208). Sum of RGB (Red+Green+Blue) = 118+88+208=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #7658D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7658D0 is #89A72F. Grayscale: #6E6E6E. Windows color (decimal): -9021232 or 13654134. OLE color: 13654134.

HSL color Cylindrical-coordinate representation of color #7658D0: hue angle of 255º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7658D0 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 88 208 -
CMYK 0.43 0.58 0 0.18
HSL 255º 0.56% 0.58% -
HSV(B) 255º 0.58% 0.82% -
XYZ 22.35 15.39 61.47 -
YUV 110.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 118 88 208 0.43 0.58 0 0.18 255 0.56 0.58
Hex 76 58 D0 2B 3A 0 12 FF 38 3A
Octal 166 130 320 53 72 0 22 377 70 72
Binary 1110110 1011000 11010000 101011 111010 0 10010 11111111 111000 111010

Color Harmonies of #7658D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7658D0

Black with #7658D0

Text Example


Text Example

White with #7658D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7658D0; }

 p { color: rgb(118,88,208); }

 H1.HeaderClassName
 {
   color: #7658D0;
 }
 .AnyTagClassName
 {
   color: #7658D0;
 }
</style>

background-color css

<style>
 a { background-color: #7658D0; }

 a { background-color: rgb(118,88,208); }

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

border-color css

<style>
 span { border-color: #7658D0; }

 span { border-color: rgb(118,88,208); }

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