Html Css Color HEX #7381E6 Cornflower Blue

📋 copy color: '#7381E6'

red 115 ◦ green 129 ◦ blue 230

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

Shades of Cornflower Blue #7381E6

Tints of Cornflower Blue #7381E6

RGB

 RED value IS 115 (45.31% from 255) = 24.26%

 GREEN value IS 129 (50.78% from 255) = 27.22%

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 24.26%
G = 27.22%
B = 48.52%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7381E6 (or 0x7381E6) is known color: Cornflower Blue. HEX triplet: 73, 81 and E6. RGB value is (115,129,230). Sum of RGB (Red+Green+Blue) = 115+129+230=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #7381E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7381E6 is #8C7E19. Grayscale: #878787. Windows color (decimal): -9207322 or 15106419. OLE color: 15106419.

HSL color Cylindrical-coordinate representation of color #7381E6: hue angle of 232.7º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7381E6 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 129 230 -
CMYK 0.5 0.44 0 0.10
HSL 232.7º 0.7% 0.68% -
HSV(B) 232.7º 0.5% 0.9% -
XYZ 29.2 25.06 78.16 -
YUV 136.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 115 129 230 0.5 0.44 0 0.10 232.7 0.7 0.68
Hex 73 81 E6 32 2C 0 A E9 46 44
Octal 163 201 346 62 54 0 12 351 106 104
Binary 1110011 10000001 11100110 110010 101100 0 1010 11101001 1000110 1000100

Color Harmonies of #7381E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381E6

Black with #7381E6

Text Example


Text Example

White with #7381E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7381E6; }

 p { color: rgb(115,129,230); }

 H1.HeaderClassName
 {
   color: #7381E6;
 }
 .AnyTagClassName
 {
   color: #7381E6;
 }
</style>

background-color css

<style>
 a { background-color: #7381E6; }

 a { background-color: rgb(115,129,230); }

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

border-color css

<style>
 span { border-color: #7381E6; }

 span { border-color: rgb(115,129,230); }

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