Html Css Color HEX #767CC2 Wild Blue Yonder

📋 copy color: '#767CC2'

red 118 ◦ green 124 ◦ blue 194

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

Shades of Wild Blue Yonder #767CC2

Tints of Wild Blue Yonder #767CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 27.06%
G = 28.44%
B = 44.5%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#767CC2 (or 0x767CC2) is known color: Wild Blue Yonder. HEX triplet: 76, 7C and C2. RGB value is (118,124,194). Sum of RGB (Red+Green+Blue) = 118+124+194=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #767CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CC2 is #89833D. Grayscale: #818181. Windows color (decimal): -9012030 or 12745846. OLE color: 12745846.

HSL color Cylindrical-coordinate representation of color #767CC2: hue angle of 235.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767CC2 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 124 194 -
CMYK 0.39 0.36 0 0.24
HSL 235.26º 0.38% 0.61% -
HSV(B) 235.26º 0.39% 0.76% -
XYZ 24.42 22.16 54.03 -
YUV 130.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 118 124 194 0.39 0.36 0 0.24 235.26 0.38 0.61
Hex 76 7C C2 27 24 0 18 EB 26 3D
Octal 166 174 302 47 44 0 30 353 46 75
Binary 1110110 1111100 11000010 100111 100100 0 11000 11101011 100110 111101

Color Harmonies of #767CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CC2

Black with #767CC2

Text Example


Text Example

White with #767CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767CC2; }

 p { color: rgb(118,124,194); }

 H1.HeaderClassName
 {
   color: #767CC2;
 }
 .AnyTagClassName
 {
   color: #767CC2;
 }
</style>

background-color css

<style>
 a { background-color: #767CC2; }

 a { background-color: rgb(118,124,194); }

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

border-color css

<style>
 span { border-color: #767CC2; }

 span { border-color: rgb(118,124,194); }

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