Html Css Color HEX #7481CA Wild Blue Yonder

📋 copy color: '#7481CA'

red 116 ◦ green 129 ◦ blue 202

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

Shades of Wild Blue Yonder #7481CA

Tints of Wild Blue Yonder #7481CA

RGB

 RED value IS 116 (45.7% from 255) = 25.95%

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 25.95%
G = 28.86%
B = 45.19%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7481CA (or 0x7481CA) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and CA. RGB value is (116,129,202). Sum of RGB (Red+Green+Blue) = 116+129+202=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #7481CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481CA is #8B7E35. Grayscale: #858585. Windows color (decimal): -9141814 or 13271412. OLE color: 13271412.

HSL color Cylindrical-coordinate representation of color #7481CA: hue angle of 230.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7481CA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 129 202 -
CMYK 0.43 0.36 0 0.21
HSL 230.93º 0.45% 0.62% -
HSV(B) 230.93º 0.43% 0.79% -
XYZ 25.71 23.68 59.09 -
YUV 133.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 116 129 202 0.43 0.36 0 0.21 230.93 0.45 0.62
Hex 74 81 CA 2B 24 0 15 E7 2D 3E
Octal 164 201 312 53 44 0 25 347 55 76
Binary 1110100 10000001 11001010 101011 100100 0 10101 11100111 101101 111110

Color Harmonies of #7481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7481CA

Black with #7481CA

Text Example


Text Example

White with #7481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7481CA; }

 p { color: rgb(116,129,202); }

 H1.HeaderClassName
 {
   color: #7481CA;
 }
 .AnyTagClassName
 {
   color: #7481CA;
 }
</style>

background-color css

<style>
 a { background-color: #7481CA; }

 a { background-color: rgb(116,129,202); }

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

border-color css

<style>
 span { border-color: #7481CA; }

 span { border-color: rgb(116,129,202); }

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