Html Css Color HEX #7669D0 Slate Blue

📋 copy color: '#7669D0'

red 118 ◦ green 105 ◦ blue 208

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

Shades of Slate Blue #7669D0

Tints of Slate Blue #7669D0

RGB

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

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

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

R = 27.38%
G = 24.36%
B = 48.26%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7669D0 (or 0x7669D0) is known color: Slate Blue. HEX triplet: 76, 69 and D0. RGB value is (118,105,208). Sum of RGB (Red+Green+Blue) = 118+105+208=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #7669D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669D0 is #89962F. Grayscale: #787878. Windows color (decimal): -9016880 or 13658486. OLE color: 13658486.

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

Color convert

RGB 118 105 208 -
CMYK 0.43 0.50 0 0.18
HSL 247.57º 0.52% 0.61% -
HSV(B) 247.57º 0.5% 0.82% -
XYZ 23.91 18.51 61.99 -
YUV 120.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 118 105 208 0.43 0.50 0 0.18 247.57 0.52 0.61
Hex 76 69 D0 2B 32 0 12 F8 34 3D
Octal 166 151 320 53 62 0 22 370 64 75
Binary 1110110 1101001 11010000 101011 110010 0 10010 11111000 110100 111101

Color Harmonies of #7669D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669D0

Black with #7669D0

Text Example


Text Example

White with #7669D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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