Html Css Color HEX #7381BD Wild Blue Yonder

📋 copy color: '#7381BD'

red 115 ◦ green 129 ◦ blue 189

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

Shades of Wild Blue Yonder #7381BD

Tints of Wild Blue Yonder #7381BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 26.56%
G = 29.79%
B = 43.65%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7381BD (or 0x7381BD) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and BD. RGB value is (115,129,189). Sum of RGB (Red+Green+Blue) = 115+129+189=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #7381BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381BD is #8C7E42. Grayscale: #838383. Windows color (decimal): -9207363 or 12419443. OLE color: 12419443.

HSL color Cylindrical-coordinate representation of color #7381BD: hue angle of 228.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7381BD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 129 189 -
CMYK 0.39 0.32 0 0.26
HSL 228.65º 0.36% 0.6% -
HSV(B) 228.65º 0.39% 0.74% -
XYZ 24.11 23.02 51.32 -
YUV 131.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 115 129 189 0.39 0.32 0 0.26 228.65 0.36 0.6
Hex 73 81 BD 27 20 0 1A E5 24 3C
Octal 163 201 275 47 40 0 32 345 44 74
Binary 1110011 10000001 10111101 100111 100000 0 11010 11100101 100100 111100

Color Harmonies of #7381BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381BD

Black with #7381BD

Text Example


Text Example

White with #7381BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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