Html Css Color HEX #7758CA Slate Blue

📋 copy color: '#7758CA'

red 119 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #7758CA

Tints of Slate Blue #7758CA

RGB

 RED value IS 119 (46.88% from 255) = 29.1%

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 29.1%
G = 21.52%
B = 49.39%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7758CA (or 0x7758CA) is known color: Slate Blue. HEX triplet: 77, 58 and CA. RGB value is (119,88,202). Sum of RGB (Red+Green+Blue) = 119+88+202=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #7758CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758CA is #88A735. Grayscale: #6D6D6D. Windows color (decimal): -8955702 or 13260919. OLE color: 13260919.

HSL color Cylindrical-coordinate representation of color #7758CA: hue angle of 256.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7758CA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 88 202 -
CMYK 0.41 0.56 0 0.21
HSL 256.32º 0.52% 0.57% -
HSV(B) 256.32º 0.56% 0.79% -
XYZ 21.76 15.17 57.66 -
YUV 110.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 119 88 202 0.41 0.56 0 0.21 256.32 0.52 0.57
Hex 77 58 CA 29 38 0 15 100 34 39
Octal 167 130 312 51 70 0 25 400 64 71
Binary 1110111 1011000 11001010 101001 111000 0 10101 100000000 110100 111001

Color Harmonies of #7758CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758CA

Black with #7758CA

Text Example


Text Example

White with #7758CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7758CA; }

 p { color: rgb(119,88,202); }

 H1.HeaderClassName
 {
   color: #7758CA;
 }
 .AnyTagClassName
 {
   color: #7758CA;
 }
</style>

background-color css

<style>
 a { background-color: #7758CA; }

 a { background-color: rgb(119,88,202); }

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

border-color css

<style>
 span { border-color: #7758CA; }

 span { border-color: rgb(119,88,202); }

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