Html Css Color HEX #7243DD Slate Blue

📋 copy color: '#7243DD'

red 114 ◦ green 67 ◦ blue 221

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

Shades of Slate Blue #7243DD

Tints of Slate Blue #7243DD

RGB

 RED value IS 114 (44.92% from 255) = 28.36%

 GREEN value IS 67 (26.56% from 255) = 16.67%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 28.36%
G = 16.67%
B = 54.98%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7243DD (or 0x7243DD) is known color: Slate Blue. HEX triplet: 72, 43 and DD. RGB value is (114,67,221). Sum of RGB (Red+Green+Blue) = 114+67+221=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #7243DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7243DD is #8DBC22. Grayscale: #626262. Windows color (decimal): -9288739 or 14500722. OLE color: 14500722.

HSL color Cylindrical-coordinate representation of color #7243DD: hue angle of 258.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7243DD is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 67 221 -
CMYK 0.48 0.70 0 0.13
HSL 258.31º 0.69% 0.56% -
HSV(B) 258.31º 0.7% 0.87% -
XYZ 22 12.81 69.72 -
YUV 98.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 114 67 221 0.48 0.70 0 0.13 258.31 0.69 0.56
Hex 72 43 DD 30 46 0 D 102 45 38
Octal 162 103 335 60 106 0 15 402 105 70
Binary 1110010 1000011 11011101 110000 1000110 0 1101 100000010 1000101 111000

Color Harmonies of #7243DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7243DD

Black with #7243DD

Text Example


Text Example

White with #7243DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7243DD; }

 p { color: rgb(114,67,221); }

 H1.HeaderClassName
 {
   color: #7243DD;
 }
 .AnyTagClassName
 {
   color: #7243DD;
 }
</style>

background-color css

<style>
 a { background-color: #7243DD; }

 a { background-color: rgb(114,67,221); }

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

border-color css

<style>
 span { border-color: #7243DD; }

 span { border-color: rgb(114,67,221); }

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