Html Css Color HEX #7769CF Slate Blue

📋 copy color: '#7769CF'

red 119 ◦ green 105 ◦ blue 207

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

Shades of Slate Blue #7769CF

Tints of Slate Blue #7769CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 27.61%
G = 24.36%
B = 48.03%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7769CF (or 0x7769CF) is known color: Slate Blue. HEX triplet: 77, 69 and CF. RGB value is (119,105,207). Sum of RGB (Red+Green+Blue) = 119+105+207=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #7769CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769CF is #889630. Grayscale: #787878. Windows color (decimal): -8951345 or 13592951. OLE color: 13592951.

HSL color Cylindrical-coordinate representation of color #7769CF: hue angle of 248.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7769CF is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 105 207 -
CMYK 0.43 0.49 0 0.19
HSL 248.24º 0.52% 0.61% -
HSV(B) 248.24º 0.49% 0.81% -
XYZ 23.92 18.53 61.35 -
YUV 120.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 119 105 207 0.43 0.49 0 0.19 248.24 0.52 0.61
Hex 77 69 CF 2B 31 0 13 F8 34 3D
Octal 167 151 317 53 61 0 23 370 64 75
Binary 1110111 1101001 11001111 101011 110001 0 10011 11111000 110100 111101

Color Harmonies of #7769CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769CF

Black with #7769CF

Text Example


Text Example

White with #7769CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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