Html Css Color HEX #775CCF Slate Blue

📋 copy color: '#775CCF'

red 119 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #775CCF

Tints of Slate Blue #775CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

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

R = 28.47%
G = 22.01%
B = 49.52%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#775CCF (or 0x775CCF) is known color: Slate Blue. HEX triplet: 77, 5C and CF. RGB value is (119,92,207). Sum of RGB (Red+Green+Blue) = 119+92+207=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #775CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CCF is #88A330. Grayscale: #707070. Windows color (decimal): -8954673 or 13589623. OLE color: 13589623.

HSL color Cylindrical-coordinate representation of color #775CCF: hue angle of 254.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775CCF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 92 207 -
CMYK 0.43 0.56 0 0.19
HSL 254.09º 0.55% 0.59% -
HSV(B) 254.09º 0.56% 0.81% -
XYZ 22.7 16.08 60.94 -
YUV 113.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 119 92 207 0.43 0.56 0 0.19 254.09 0.55 0.59
Hex 77 5C CF 2B 38 0 13 FE 37 3B
Octal 167 134 317 53 70 0 23 376 67 73
Binary 1110111 1011100 11001111 101011 111000 0 10011 11111110 110111 111011

Color Harmonies of #775CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CCF

Black with #775CCF

Text Example


Text Example

White with #775CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775CCF; }

 p { color: rgb(119,92,207); }

 H1.HeaderClassName
 {
   color: #775CCF;
 }
 .AnyTagClassName
 {
   color: #775CCF;
 }
</style>

background-color css

<style>
 a { background-color: #775CCF; }

 a { background-color: rgb(119,92,207); }

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

border-color css

<style>
 span { border-color: #775CCF; }

 span { border-color: rgb(119,92,207); }

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